1
0
Fork 0
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:
tituspijean 2023-07-20 23:49:43 +02:00 committed by GitHub
parent 403f279ce8
commit 1a74c54e84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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