Commit e26d6ab9 by François C.

Suppression étape config swap (en commentant les lignes)

parent 6e9f87de
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#================================================= #=================================================
source _common.sh source _common.sh
source ynh_add_swap # source ynh_add_swap
source /usr/share/yunohost/helpers source /usr/share/yunohost/helpers
#================================================= #=================================================
...@@ -121,9 +121,9 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) ...@@ -121,9 +121,9 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
#================================================= #=================================================
# ADD SWAP # ADD SWAP
#================================================= #=================================================
ynh_script_progression --message="Adding swap..." # ynh_script_progression --message="Adding swap..."
ynh_add_swap --size=$swap_needed # ynh_add_swap --size=$swap_needed
#================================================= #=================================================
# CREATE DRUSH ALIAS # CREATE DRUSH ALIAS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment