mirror of
https://github.com/YunoHost-Apps/mytinytodo_ynh.git
synced 2024-09-03 19:46:01 +02:00
Update install
This commit is contained in:
parent
97ce07a5e3
commit
8964b6aed5
1 changed files with 1 additions and 2 deletions
|
@ -120,13 +120,12 @@ ynh_add_config --template="../conf/config.php" --destination="$final_path/config
|
||||||
|
|
||||||
chmod 600 "$final_path/config.php"
|
chmod 600 "$final_path/config.php"
|
||||||
chown $app:$app "$final_path/config.php"
|
chown $app:$app "$final_path/config.php"
|
||||||
#chmod 775 "$final_path/tmp/sessions"
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# REMOVE UNWANTED FILES
|
# REMOVE UNWANTED FILES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_secure_remove --file="$final_path/setup.php"
|
#ynh_secure_remove --file="$final_path/setup.php"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SSOWAT
|
# SETUP SSOWAT
|
||||||
|
|
Loading…
Add table
Reference in a new issue