mirror of
https://github.com/YunoHost-Apps/archivist_ynh.git
synced 2024-09-03 18:15:55 +02:00
Update scripts/install
This commit is contained in:
parent
dc19074a9e
commit
648d705f8f
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ then
|
||||||
while read backup_app
|
while read backup_app
|
||||||
do
|
do
|
||||||
ynh_replace_string --match_string="^ynh_app_backup=$" --replace_string="ynh_app_backup=$backup_app\n&" --target_file="$config_file"
|
ynh_replace_string --match_string="^ynh_app_backup=$" --replace_string="ynh_app_backup=$backup_app\n&" --target_file="$config_file"
|
||||||
done <<< "$(yunohost app list | grep -q 'id: $app' | sed 's/.*id: //')"
|
done <<< "$(yunohost app list | grep 'id:' | sed 's/.*id: //')"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Calculate and store the config file checksum into the app settings
|
# Calculate and store the config file checksum into the app settings
|
||||||
|
|
Loading…
Add table
Reference in a new issue