holoid commited on
Commit
5fb291b
1 Parent(s): fb8b9f5

Update encoding.sh

Browse files
Files changed (1) hide show
  1. encoding.sh +1 -1
encoding.sh CHANGED
@@ -1,6 +1,6 @@
1
  #!/bin/bash
2
 
3
- while; do
4
  echo "encoding script here"
5
  sleep 600
6
  done
 
1
  #!/bin/bash
2
 
3
+ while true; do
4
  echo "encoding script here"
5
  sleep 600
6
  done