1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/superset_ynh.git synced 2024-09-03 20:26:31 +02:00

Fix restored install_dir permissions

This commit is contained in:
tituspijean 2024-05-04 23:35:16 +02:00
parent a452348da8
commit bdfc8fede0
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -16,7 +16,7 @@ ynh_script_progression --message="Restoring the app main directory..." --weight=
ynh_restore_file --origin_path="$install_dir"
chown -R $app:www-data "$install_dir"
chown -R $app:$app "$install_dir"
#=================================================
# RESTORE THE MYSQL DATABASE