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:
parent
fbe0f94ffc
commit
5485c155a6
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue