1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mobilizon_ynh.git synced 2024-09-03 19:46:19 +02:00

Update install

This commit is contained in:
Éric Gaspar 2024-01-12 22:23:39 +01:00
parent 2341255264
commit 61ebd5b7c8

View file

@ -189,7 +189,7 @@ pushd $final_path/live
password=$(ynh_string_random --length=30) password=$(ynh_string_random --length=30)
ynh_exec_as $app ./bin/mobilizon_ctl users.new "$admin_email" --admin --password "$password" ynh_exec_as $app ./bin/mobilizon_ctl users.new "$admin_email" --admin --password "$password"
ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd --line_match="Stopped" ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd
popd popd
#================================================= #=================================================