File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 249249
250250# Detect if the created backup contains any leaked ssh keys
251251echo " Checking for leaked ssh keys ..."
252- ghe-detect-leaked-ssh-keys -s " $GHE_SNAPSHOT_DIR "
252+ ghe-detect-leaked-ssh-keys -s " $GHE_SNAPSHOT_DIR " || true
253253
254254# Make sure we exit zero after the conditional
255255true
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export GHE_RESTORE_SNAPSHOT
6868
6969# Detect if the backup we are restoring has a leaked ssh key
7070echo " Checking for leaked keys in the backup snapshot that is being restored ..."
71- ghe-detect-leaked-ssh-keys -s " $GHE_RESTORE_SNAPSHOT_PATH "
71+ ghe-detect-leaked-ssh-keys -s " $GHE_RESTORE_SNAPSHOT_PATH " || true
7272
7373# Figure out whether to use the tarball or rsync restore strategy based on the
7474# strategy file written in the snapshot directory.
You can’t perform that action at this time.
0 commit comments