home · contact · privacy
Fix.
[config] / 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