1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-03-30 23:37:05 +00:00

add quotes around variable

This commit is contained in:
KiekerJan 2025-03-02 22:33:53 +01:00
parent 8e7b4b501d
commit da6a204adf

View File

@ -46,5 +46,5 @@ chown www-data:www-data "$STORAGE_ROOT/owncloud/config.php"
sudo -u www-data "php$PHP_VER" /usr/local/lib/owncloud/occ maintenance:mode --off
service php$PHP_VER-fpm start
service "php$PHP_VER-fpm" start
echo "Done"