1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bonfire_ynh.git synced 2024-09-03 18:16:01 +02:00

fix WITH_DOCKER syntax

This commit is contained in:
lapineige 2023-08-13 11:42:25 +02:00 committed by GitHub
parent fbe0f94ffc
commit 5485c155a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ ynh_replace_string --match_string="UPLOAD_LIMIT=MEDIA_UPLOAD_SIZE" --replace_str
#=================================================
source $install_dir/.env
export WITH_DOCKER=no # or source .env ? # Using this for now
export WITH_DOCKER="no" # or source .env ? # Using this for now
# TODO Debug
ynh_exec_warn echo 'Debug install dir ENV file'