1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/element_ynh.git synced 2024-09-03 18:36:08 +02:00

Fix shell check

This commit is contained in:
Josué Tille 2024-04-27 01:11:48 +02:00
parent 851407146c
commit 81bd1b4ed5
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ ynh_script_progression "Restoring the app main directory..."
ynh_restore "$install_dir"
chown -R $app:www-data "$install_dir"
chown -R "$app":www-data "$install_dir"
#=================================================
# RESTORE SYSTEM CONFIGURATIONS

View file

@ -61,7 +61,7 @@ ynh_script_progression "Upgrading source files..."
ynh_setup_source --dest_dir="$install_dir" --full_replace --keep="config.json"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"
chown -R "$app":www-data "$install_dir"
#=================================================
# ADD A CONFIGURATION