1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii_ynh.git synced 2024-09-03 18:36:13 +02:00

minor change, cleaning comments

This commit is contained in:
root 2020-02-22 21:31:17 +01:00
parent b8acaaad24
commit 7003110e3c

View file

@ -147,12 +147,6 @@ cd $final_path && php$phpversion artisan migrate:refresh --seed
cd $final_path && php$phpversion artisan firefly-iii:upgrade-database
cd $final_path && php$phpversion artisan passport:install
#( cd $final_path && sudo /usr/bin/php7.3 artisan config:clear )
# setup application config
#(
#cd $final_path && sudo /usr/bin/php7.3 artisan -q :refresh --seed --force
#cd $final_path && sudo /usr/bin/php7.3 artisan passport:install --force
#)
#=================================================
# SETUP APPLICATION PERMISSIONS