From 6adc494e491c39096689b4cf0386dd2b2ac5254b Mon Sep 17 00:00:00 2001 From: KiekerJan Date: Mon, 3 Mar 2025 19:35:54 +0100 Subject: [PATCH] Add quotes --- tools/owncloud-restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/owncloud-restore.sh b/tools/owncloud-restore.sh index be273749..7288e63c 100755 --- a/tools/owncloud-restore.sh +++ b/tools/owncloud-restore.sh @@ -27,7 +27,7 @@ if [ ! -f "$1/config.php" ]; then fi echo "Restoring backup from $1" -service php$PHP_VER-fpm stop +service "php$PHP_VER-fpm" stop # remove the current ownCloud/Nextcloud installation rm -rf /usr/local/lib/owncloud/