home · contact · privacy
Fix.
authorChristian Heller <c.heller@plomlompom.de>
Fri, 14 Feb 2020 23:24:18 +0000 (00:24 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Fri, 14 Feb 2020 23:24:18 +0000 (00:24 +0100)
buster/setup_scripts/restore_app.sh

index 46e958796d8663af8781a903335a6e595e6faf84..dd1d85624368f11f15513b8f570b0223105154aa 100755 (executable)
@@ -39,4 +39,4 @@ elif [ "${app}" = "peertube" ]; then
 fi
 su postgres -lc "psql -c \"ALTER USER ${app} WITH PASSWORD '${db_pw}';\""
 
-service "${app}" stop
+service "${app}" start