1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bonfire_ynh.git synced 2024-09-03 18:16:01 +02:00
This commit is contained in:
lapineige 2023-08-12 13:00:26 +02:00 committed by GitHub
parent 0c7064d376
commit 5812be1566
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,13 +87,24 @@ ynh_install_extra_app_dependencies --repo="https://proget.makedeb.org prebuilt-m
#makedeb -si
#cd ..
export WITH_DOCKER=no # or source .env ?
# export WITH_DOCKER=no # or source .env ? # Using this for now
source $install_dir/.env
# TODO Debug
ynh_exec_warn_less echo 'Debug install dir ENV file'
ynh_exec_warn_less cat $install_dir/.env
ynh_exec_warn_less echo 'Debug local ENV file'
ynh_exec_warn_less cat .env
ynh_script_progression --message="Configuring Bonfire release..." --weight=1
cd $install_dir
ynh_exec_warn ynh_exec_as $app -s $SHELL -lc "mix local.hex --force"
ynh_exec_warn ynh_exec_as $app -s $SHELL -lc "just config" # install Hex in non-interractive way
# TODO Debug
ynh_exec_warn_less echo 'Debug install dir ENV file'
ynh_exec_warn_less cat $install_dir/.env
ynh_exec_warn_less echo 'Debug local ENV file'
ynh_exec_warn_less cat .env
#=================================================