1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yunorunner_ynh.git synced 2024-09-03 20:36:13 +02:00
This commit is contained in:
tituspijean 2023-04-12 22:31:41 +02:00
parent 526b80024c
commit 403f279ce8
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -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"