From 0feab235fba33a538250197026f6cf555de4f7b0 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sat, 15 Feb 2020 00:24:18 +0100 Subject: [PATCH] Fix. --- buster/setup_scripts/restore_app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2