1
0
Fork 0
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:
Robles Rodolphe 2023-09-19 18:33:08 +02:00 committed by GitHub
parent b616fa0046
commit 7e1f23973b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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