mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
[fix] Remove alert in diagnosis
This commit is contained in:
parent
3fd1dd495f
commit
0a0f373647
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ get__data_multimedia() {
|
||||||
get__last_backups() {
|
get__last_backups() {
|
||||||
cat << EOF
|
cat << EOF
|
||||||
ask: |-
|
ask: |-
|
||||||
$(BORG_PASSPHRASE="$(yunohost app setting $app passphrase)" BORG_RSH="ssh -i /root/.ssh/id_${app}_ed25519 -oStrictHostKeyChecking=yes " borg list --short --last 50 ${old[repository]} | sed 's/^/ /g' 2> /dev/null)
|
$(BORG_PASSPHRASE="$(ynh_app_setting_get $app passphrase)" BORG_RSH="ssh -i /root/.ssh/id_${app}_ed25519 -oStrictHostKeyChecking=yes " borg list --short --last 50 ${old[repository]} | sed 's/^/ /g' 2> /dev/null)
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue