1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-30 21:07:23 +02:00

Fixed SC2046: Quote to prevent word splitting.

This commit is contained in:
Teal Dulcet
2023-12-21 08:00:26 -08:00
committed by Joshua Tauberer
parent f1888f2043
commit bdf4155bed
5 changed files with 6 additions and 6 deletions

View File

@@ -126,7 +126,7 @@ InstallNextcloud() {
# Create a symlink to the config.php in STORAGE_ROOT (for upgrades we're restoring the symlink we previously
# put in, and in new installs we're creating a symlink and will create the actual config later).
ln -sf "$STORAGE_ROOT/owncloud/config.php /usr/local/lib/owncloud/config/config.php"
ln -sf "$STORAGE_ROOT/owncloud/config.php" /usr/local/lib/owncloud/config/config.php
# Make sure permissions are correct or the upgrade step won't run.
# $STORAGE_ROOT/owncloud may not yet exist, so use -f to suppress