mirror of
https://github.com/YunoHost-Apps/yunorunner_ynh.git
synced 2024-09-03 20:36:13 +02:00
Fix test
This commit is contained in:
parent
526b80024c
commit
403f279ce8
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ popd
|
|||
#=================================================
|
||||
ynh_script_progression --message="Adding a config file..."
|
||||
|
||||
if $mode = "auto"; then
|
||||
if [ $mode = "auto" ]; then
|
||||
auto = "True"
|
||||
else
|
||||
auto = "False"
|
||||
|
|
Loading…
Reference in a new issue