mirror of
https://github.com/YunoHost-Apps/snipeit_ynh.git
synced 2024-09-03 20:26:16 +02:00
remove key genration in install
This commit is contained in:
parent
aa2188ef7f
commit
b64fd2dc0c
1 changed files with 4 additions and 1 deletions
|
@ -194,7 +194,10 @@ ynh_replace_string "yunodomain" "$domain" "$final_path/.env"
|
||||||
ynh_replace_string "__LANGUAGE__" "$language" "$final_path/.env"
|
ynh_replace_string "__LANGUAGE__" "$language" "$final_path/.env"
|
||||||
|
|
||||||
# setup application config
|
# setup application config
|
||||||
( cd $final_path && sudo /usr/bin/php artisan key:generate -n )
|
( cd $final_path && sudo /usr/bin/php artisan key:generate -n --env)
|
||||||
|
( 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
|
# STORE THE CONFIG FILE CHECKSUM
|
||||||
|
|
Loading…
Add table
Reference in a new issue