Set the right permission
This commit is contained in:
parent
09ce2ea730
commit
d28e270024
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ ynh_script_progression "Restoring the data directory..."
|
|||
ynh_restore "$data_dir"
|
||||
|
||||
### (Same as for install dir)
|
||||
chown -R "$app:www-data" "$data_dir"
|
||||
chown -R "$app:$app" "$data_dir"
|
||||
|
||||
#=================================================
|
||||
# RESTORE THE MYSQL DATABASE
|
||||
|
|
Loading…
Add table
Reference in a new issue