1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snipeit_ynh.git synced 2024-09-03 20:26:16 +02:00

remove migration in install

This commit is contained in:
anmol26s 2019-05-01 23:50:26 +05:30
parent c830879f76
commit aa2188ef7f

View file

@ -195,9 +195,6 @@ ynh_replace_string "__LANGUAGE__" "$language" "$final_path/.env"
# setup application config
( cd $final_path && sudo /usr/bin/php artisan key:generate -n )
( cd $final_path && sudo /usr/bin/php artisan migrate -n )
( cd $final_path && sudo /usr/bin/php artisan config:clear -n)
( cd $final_path && sudo /usr/bin/php artisan config:cache -n)
#=================================================
# STORE THE CONFIG FILE CHECKSUM