1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/drupal_ynh.git synced 2024-09-03 18:35:53 +02:00
This commit is contained in:
yalh76 2020-03-22 18:46:53 +01:00
parent f825753450
commit 0b9b2130b4
4 changed files with 4 additions and 4 deletions

View file

@ -121,7 +121,7 @@ ynh_system_user_create --username=$app --home_dir="$final_path"
#================================================= #=================================================
# SPECIFIC SETUP # SPECIFIC SETUP
#================================================= #=================================================
# ADD SWAPP # ADD SWAP
#================================================= #=================================================
ynh_print_info --message="Adding swap..." ynh_print_info --message="Adding swap..."

View file

@ -69,7 +69,7 @@ ynh_print_info --message="Removing nginx web server configuration..."
ynh_remove_nginx_config ynh_remove_nginx_config
#================================================= #=================================================
# REMOVE SWAPP # REMOVE SWAP
#================================================= #=================================================
ynh_print_info --message="Removing swap..." ynh_print_info --message="Removing swap..."

View file

@ -123,7 +123,7 @@ ynh_restore_file --origin_path="/etc/php/7.3/fpm/pool.d/$app.conf"
ynh_restore_file --origin_path="/etc/cron.d/$app" ynh_restore_file --origin_path="/etc/cron.d/$app"
#================================================= #=================================================
# ADD SWAPP # ADD SWAP
#================================================= #=================================================
ynh_print_info --message="Adding swap..." ynh_print_info --message="Adding swap..."

View file

@ -122,7 +122,7 @@ ynh_add_fpm_config --phpversion="7.3"
#================================================= #=================================================
# SPECIFIC UPGRADE # SPECIFIC UPGRADE
#================================================= #=================================================
# ADD SWAPP # ADD SWAP
#================================================= #=================================================
ynh_print_info --message="Adding swap..." ynh_print_info --message="Adding swap..."