mirror of
https://github.com/YunoHost-Apps/pydio_ynh.git
synced 2024-09-03 20:16:05 +02:00
fix
This commit is contained in:
parent
17ab15235b
commit
68fccaa2bd
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ ynh_restore_file --origin_path="$data_dir" --not_mandatory
|
|||
|
||||
# (Same as for install dir)
|
||||
chown -R "$app:www-data" "$data_dir"
|
||||
chmod +x "install_dir/cells"
|
||||
chmod +x "$install_dir/cells"
|
||||
|
||||
#=================================================
|
||||
# RESTORE THE MYSQL DATABASE
|
||||
|
|
|
@ -32,7 +32,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]; then
|
|||
fi
|
||||
|
||||
chown -R "$app:www-data" "$install_dir"
|
||||
chmod +x "install_dir/cells"
|
||||
chmod +x "$install_dir/cells"
|
||||
|
||||
#=================================================
|
||||
# REAPPLY SYSTEM CONFIGURATIONS
|
||||
|
|
Loading…
Add table
Reference in a new issue