mirror of
https://github.com/YunoHost-Apps/webtrees_ynh.git
synced 2024-09-03 18:26:37 +02:00
Update install
This commit is contained in:
parent
0f406b6ff0
commit
284602213a
1 changed files with 4 additions and 1 deletions
|
@ -132,9 +132,12 @@ ynh_mysql_connect_as "$db_name" "$db_pwd" "$db_name" < "../conf/sql/admin.sql"
|
|||
ynh_store_file_checksum "$final_path/data/config.ini.php"
|
||||
|
||||
#=================================================
|
||||
# SET RIGHT PERMISSION FOR APP
|
||||
# GENERIC FINALIZATION
|
||||
#=================================================
|
||||
# SECURE FILES AND DIRECTORIES
|
||||
#=================================================
|
||||
|
||||
# Set permissions to app files
|
||||
chown -R $app: $final_path
|
||||
sudo chmod -R 700 $final_path/data
|
||||
|
||||
|
|
Loading…
Reference in a new issue