From c8c575dfa192c9cb66f0aedf8a3812adb93f7200 Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Thu, 18 Apr 2019 17:55:22 +0200 Subject: [PATCH] Remove the debugging, use absolute paths --- assets/infinite-seaf-cli-start.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/assets/infinite-seaf-cli-start.sh b/assets/infinite-seaf-cli-start.sh index dc7abb6..5aadbcf 100755 --- a/assets/infinite-seaf-cli-start.sh +++ b/assets/infinite-seaf-cli-start.sh @@ -16,11 +16,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -set -x - -sleep 10 +/bin/sleep 10 while true; do /usr/bin/seaf-cli stop /usr/bin/seaf-cli start - sleep 1200 + /bin/sleep 1200 done \ No newline at end of file