mirror of
https://github.com/YunoHost-Apps/chtickynotes_ynh.git
synced 2024-09-03 18:15:57 +02:00
Cosmetics
This commit is contained in:
parent
a315a77c05
commit
f725fa08f5
2 changed files with 1 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
location __PATH__/ {
|
||||
|
||||
# Path to source
|
||||
alias __INSTALL_DIR__/ ;
|
||||
alias __INSTALL_DIR__/;
|
||||
|
||||
index index.html index.php;
|
||||
|
||||
|
|
|
@ -23,8 +23,6 @@ chown -R "$app:www-data" "$install_dir"
|
|||
#=================================================
|
||||
# RESTORE SYSTEM CONFIGURATIONS
|
||||
#=================================================
|
||||
# RESTORE THE PHP-FPM CONFIGURATION
|
||||
#=================================================
|
||||
ynh_script_progression --message="Restoring system configurations related to $app..." --weight=1
|
||||
|
||||
ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
|
||||
|
|
Loading…
Reference in a new issue