1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webtrees_ynh.git synced 2024-09-03 18:26:37 +02:00

sudo is not necessary, script run as root

This commit is contained in:
antoine 2019-12-07 18:42:11 +01:00
parent ac549bb7fd
commit 9e03083c62

View file

@ -89,8 +89,8 @@ ynh_install_app_dependencies $pkg_dependencies
# Restore permissions to app files
sudo chown -R $app: "${final_path}"
sudo chmod -R 700 $final_path/data
chown -R $app: "${final_path}"
chmod -R 700 $final_path/data
#=================================================
# RESTORE THE MYSQL DATABASE