summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpackager/debian/postinst6
1 files changed, 2 insertions, 4 deletions
diff --git a/packager/debian/postinst b/packager/debian/postinst
index 1c0b57b066..8bc8ae68d4 100755
--- a/packager/debian/postinst
+++ b/packager/debian/postinst
@@ -29,11 +29,9 @@ case "$1" in
# scale
${CLI} scale web=1 || true
- #restart the service
+ # restart the service
service gogs restart || true
;;
-
-
-
+
esac