mirror of
https://github.com/YunoHost-Apps/yunorunner_ynh.git
synced 2024-09-03 20:36:13 +02:00
Update scripts/install
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
parent
403f279ce8
commit
1a74c54e84
1 changed files with 2 additions and 2 deletions
|
@ -127,9 +127,9 @@ popd
|
|||
ynh_script_progression --message="Adding a config file..."
|
||||
|
||||
if [ $mode = "auto" ]; then
|
||||
auto = "True"
|
||||
auto="True"
|
||||
else
|
||||
auto = "False"
|
||||
auto="False"
|
||||
fi
|
||||
|
||||
ynh_add_config --template="yunorunner.config.py" --destination="$final_path/config.py"
|
||||
|
|
Loading…
Reference in a new issue