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:
parent
c830879f76
commit
aa2188ef7f
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue