Commit 81c6c52d by Administrator

Creation de l'utilisateur redmine

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