From ac12bb334977dcb4d1cc65d896706ef2d9ffb8b0 Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Tue, 9 Apr 2019 18:21:21 +0200 Subject: [PATCH] Set -x --- assets/infinite-seaf-cli-start.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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