mirror of
https://github.com/YunoHost-Apps/plainpad_ynh.git
synced 2024-09-03 20:05:53 +02:00
Update install
This commit is contained in:
parent
8460bf85f4
commit
6182daeecb
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ chown $app:$app "$final_path/.env"
|
||||||
ynh_script_progression --message="Migrating database..." --weight=1
|
ynh_script_progression --message="Migrating database..." --weight=1
|
||||||
|
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
php$phpversion artisan migrate:fresh --seed
|
php$phpversion artisan migrate:fresh -n --seed
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue