Fix path to the key
This commit is contained in:
parent
d3f7fb49ba
commit
33c3b190a1
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ for MACHINE in $IPLESS_MACHINES; do
|
||||||
done
|
done
|
||||||
|
|
||||||
# Dailyreport needs the logs to generate the data we need.
|
# Dailyreport needs the logs to generate the data we need.
|
||||||
cd $LOGS_DIR && scp -i /fedora_backups/gnome/backup_id.rsa * $BACKUP_USER@combobox.gnome.org:/home/admin/backup-logs
|
cd $LOGS_DIR && scp -i /usr/local/etc/gnome_backup_id.rsa * $BACKUP_USER@combobox.gnome.org:/home/admin/backup-logs
|
||||||
|
|
||||||
|
|
||||||
rm -f $LOCKFILE
|
rm -f $LOCKFILE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue