mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
add quotes
This commit is contained in:
parent
b616fa0046
commit
7e1f23973b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ chmod 440 "$install_dir/config.local.php"
|
|||
chmod 440 "$install_dir/config.local.yunohost.php"
|
||||
|
||||
if [[ $install_dir/config.local.user.php -f ]]; then
|
||||
chmod 660 $install_dir/config.local.user.php
|
||||
chmod 660 "$install_dir/config.local.user.php"
|
||||
else
|
||||
chmod 660 "$install_dir/data/config.local.user.php"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue