1
0
Fork 0
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:
anmol26s 2019-05-02 00:00:30 +05:30
parent aa2188ef7f
commit b64fd2dc0c

View file

@ -194,7 +194,10 @@ ynh_replace_string "yunodomain" "$domain" "$final_path/.env"
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 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