mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
fix the commit
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
019664afc1
commit
ccf445a5d1
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ if [ -n "$BORG_REMOTE_REPO" ] && ! [ -f "$BORGBACKUP_KEY" ]; then
|
||||||
ssh-keygen -f "$BORGBACKUP_KEY" -N ""
|
ssh-keygen -f "$BORGBACKUP_KEY" -N ""
|
||||||
echo "You should configure the remote to accept this public key"
|
echo "You should configure the remote to accept this public key"
|
||||||
fi
|
fi
|
||||||
if [ -n "$BORG_REMOTE_REPO" ]
|
if [ -n "$BORG_REMOTE_REPO" ] && [ -f "$BORGBACKUP_KEY.pub" ]; then
|
||||||
echo "Your public ssh key for borgbackup is: $(cat "$BORGBACKUP_KEY.pub")"
|
echo "Your public ssh key for borgbackup is: $(cat "$BORGBACKUP_KEY.pub")"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue