mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
Update install
This commit is contained in:
parent
d9fc1d2e31
commit
d5a41ff696
1 changed files with 1 additions and 2 deletions
|
@ -158,6 +158,7 @@ chown -R $app $cache_dir
|
|||
|
||||
pushd $final_path
|
||||
php$phpversion composer.phar $app:migrate --quiet
|
||||
#php$phpversion daemon.php setAdmin $admin@${maindomain}
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
@ -175,8 +176,6 @@ ynh_script_progression --message="Starting a systemd service..." --weight=2
|
|||
# Start a systemd service
|
||||
ynh_systemd_action --service_name=$app --action=start --log_path="systemd" #--line_match="HTTP Server listening"
|
||||
|
||||
php$phpversion $final_path/daemon.php setAdmin $admin@${maindomain}
|
||||
|
||||
#=================================================
|
||||
# SETUP SSOWAT
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue