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
18a06d1a97
commit
5a7480af45
1 changed files with 2 additions and 1 deletions
|
@ -158,7 +158,6 @@ chown -R $app $cache_dir
|
|||
|
||||
pushd $final_path
|
||||
php$phpversion composer.phar $app:migrate --quiet
|
||||
php$phpversion daemon.php setAdmin $admin@${maindomain}
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
@ -176,6 +175,8 @@ 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 daemon.php setAdmin $admin@${maindomain}
|
||||
|
||||
#=================================================
|
||||
# SETUP SSOWAT
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue