From 2f65b67a218d8a8f8c0c3e3501df9d6f2ba29665 Mon Sep 17 00:00:00 2001 From: Yorick Date: Thu, 12 Nov 2015 13:57:24 +0100 Subject: [PATCH] syntax error when call gogs-compile.sh --- gogs-root.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gogs-root.sh b/gogs-root.sh index 63d964a..a6f0724 100755 --- a/gogs-root.sh +++ b/gogs-root.sh @@ -12,8 +12,7 @@ if ( -f /usr/locat/etc/rc.d/gogs ) then echo # Stop Gogs service service gogs stop - gogs-compile.sh - service gogs start + ./gogs-compile.sh echo "Update Done!" else # 3) Enable SSH