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

meh linter

This commit is contained in:
OniriCorpe 2023-09-11 00:30:07 +02:00
parent 90927e2da1
commit cc96fc4804

View file

@ -307,9 +307,9 @@ yunohost service add "$app" --description="Gotosocial server" --log="/var/log/$a
#=================================================
ynh_script_progression --message="Creating gotosocial admin user..." --weight=1
ynh_exec_warn_less "$final_path"/gotosocial --config-path "$final_path/config.yaml" admin account create --username "$admin" --email "$email" --password "$password"
"$final_path"/gotosocial --config-path "$final_path/config.yaml" admin account create --username "$admin" --email "$email" --password "$password"
ynh_exec_warn_less "$final_path"/gotosocial --config-path "$final_path/config.yaml" admin account promote --username "$admin"
"$final_path"/gotosocial --config-path "$final_path/config.yaml" admin account promote --username "$admin"
#=================================================
# START SYSTEMD SERVICE