1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/acropolis_ynh.git synced 2024-09-03 18:06:22 +02:00

create initial admin

This commit is contained in:
Thomas Phillips 2021-12-27 21:49:02 +05:30
parent 158dd06c8d
commit cf0f373861

View file

@ -255,7 +255,7 @@ pushd "$final_path"
ynh_exec_warn_less $rake_exec assets:precompile
popd
ynh_script_progression --message="Create admin initial user..."
ynh_script_progression --message="Create initial admin user..."
pushd "$final_path"
rake_exec="sudo -u $app $ynh_ruby_load_path RAILS_ENV=production bin/rake"