X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=buster%2Fsetup_scripts%2Frestore_app.sh;h=dd1d85624368f11f15513b8f570b0223105154aa;hb=0feab235fba33a538250197026f6cf555de4f7b0;hp=46e958796d8663af8781a903335a6e595e6faf84;hpb=6d9f8977e3cf474d95b8e19a62fab15ecfb676de;p=config diff --git a/buster/setup_scripts/restore_app.sh b/buster/setup_scripts/restore_app.sh index 46e9587..dd1d856 100755 --- a/buster/setup_scripts/restore_app.sh +++ b/buster/setup_scripts/restore_app.sh @@ -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