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
f9d1bfccbd
commit
ac082f2903
1 changed files with 2 additions and 2 deletions
|
@ -169,8 +169,8 @@ mkdir -p $cache_dir
|
|||
chown -R $app $cache_dir
|
||||
|
||||
pushd $final_path
|
||||
ynh_exec_as $app php$phpversion composer.phar $app:migrate --quiet
|
||||
ynh_exec_as $app php$phpversion daemon.php config --username=$admin --password=$password --quiet
|
||||
php$phpversion composer.phar $app:migrate --quiet
|
||||
php$phpversion daemon.php config --username=$admin --password=$password --quiet
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue