1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00

Update install

This commit is contained in:
orhtej2 2023-10-23 22:01:50 +02:00 committed by GitHub
parent d582f969b4
commit 43a9d95039
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ chown $app:www-data "$install_dir/.env"
#================================================= #=================================================
pushd $install_dir pushd $install_dir
sudo -u $app php${phpversion} spark migrate sudo -u $app php${phpversion} spark migrate --all
popd popd
#================================================= #=================================================