diff --git a/assets/infinite-seaf-cli-start.sh b/assets/infinite-seaf-cli-start.sh index f6fa3f3..1c1454e 100755 --- a/assets/infinite-seaf-cli-start.sh +++ b/assets/infinite-seaf-cli-start.sh @@ -16,8 +16,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -/bin/sleep 10 +set -x + +sleep 10 while true; do /usr/bin/seaf-cli start - /bin/sleep 3600 + sleep 3600 done \ No newline at end of file