mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 10:12:06 +01:00
Typo fix
This commit is contained in:
parent
09837be5ae
commit
345dc184be
@ -335,7 +335,7 @@ else
|
||||
fi
|
||||
|
||||
# ROOT SSH KEYS
|
||||
# check if a backup on HDD exists and when retsore back
|
||||
# check if a backup on HDD exists – if so, restore it
|
||||
backupRootSSH=$(sudo ls /mnt/hdd/ssh/root_backup 2>/dev/null | grep -c "id_rsa")
|
||||
if [ ${backupRootSSH} -gt 0 ]; then
|
||||
echo "Provisioning Root SSH Keys - RESTORING from HDD" >> ${logFile}
|
||||
|
Loading…
Reference in New Issue
Block a user