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:
parent
ac549bb7fd
commit
9e03083c62
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue