Commit 8939b7e2 by Administrator

Annulation precedent

parent 81c6c52d
...@@ -66,8 +66,7 @@ ynh_app_setting_set $app domain $domain ...@@ -66,8 +66,7 @@ ynh_app_setting_set $app domain $domain
ynh_app_setting_set $app path $path_url ynh_app_setting_set $app path $path_url
ynh_app_setting_set $app is_public $is_public ynh_app_setting_set $app is_public $is_public
ynh_print_info "Create redmine user..."
yunohost user create redmine
#================================================= #=================================================
# FIND AND OPEN A PORT # FIND AND OPEN A PORT
#================================================= #=================================================
......
...@@ -118,8 +118,7 @@ ynh_print_info "Removing the dedicated system user" ...@@ -118,8 +118,7 @@ ynh_print_info "Removing the dedicated system user"
# Delete a system user # Delete a system user
ynh_system_user_delete $app ynh_system_user_delete $app
ynh_print_info "Remove redmine user..."
yunohost user remove redmine
#================================================= #=================================================
# END OF SCRIPT # END OF SCRIPT
#================================================= #=================================================
......
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