mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 06:48:00 +01:00
Typo fix
This commit is contained in:
parent
09837be5ae
commit
345dc184be
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue