Théo Bougé %!s(int64=9) %!d(string=hai) anos
pai
achega
939d2054d8
Modificáronse 1 ficheiros con 2 adicións e 4 borrados
  1. 2 4
      packager/debian/postinst

+ 2 - 4
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