1
0
Fork 0
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:
Félix Piédallu 2023-10-03 13:51:44 +02:00 committed by Salamandar
parent a315a77c05
commit f725fa08f5
2 changed files with 1 additions and 3 deletions

View file

@ -2,7 +2,7 @@
location __PATH__/ {
# Path to source
alias __INSTALL_DIR__/ ;
alias __INSTALL_DIR__/;
index index.html index.php;

View file

@ -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"