mirror of
https://github.com/YunoHost-Apps/yunorunner_ynh.git
synced 2024-09-03 20:36:13 +02:00
not changing current configuration
This commit is contained in:
parent
2524f2dbd1
commit
f241d981fb
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ popd
|
|||
#=================================================
|
||||
ynh_script_progression --message="Updating a config file..."
|
||||
|
||||
ynh_add_config --template="yunorunner.config.py" --destination="$final_path/config.py"
|
||||
ynh_backup_if_checksum_is_different --file="$final_path/config.py"
|
||||
|
||||
chmod 400 "$final_path/config.py"
|
||||
chown $app:$app "$final_path/config.py"
|
||||
|
|
Loading…
Reference in a new issue