summaryrefslogtreecommitdiffstats
path: root/packager
diff options
context:
space:
mode:
authorThéo Bougé <theo.bouge@gmail.com>2015-09-25 18:45:35 +0200
committerThéo Bougé <theo.bouge@gmail.com>2015-09-25 18:45:35 +0200
commit939d2054d8f55487da3502ab1219e4428f7ed06b (patch)
tree8aef8693b2587c0dd82ac8e608a119b314172698 /packager
parent5a2093b053d40338339cfc6e0cc326c5f1db7aae (diff)
downloadgitea-939d2054d8f55487da3502ab1219e4428f7ed06b.tar.gz
gitea-939d2054d8f55487da3502ab1219e4428f7ed06b.zip
fix typo
Diffstat (limited to 'packager')
-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