mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-03 09:28:22 +02:00
#2938 fix ssh location conversion
This commit is contained in:
parent
85d92b34b9
commit
f5fe9968eb
@ -249,7 +249,7 @@ if [ "$1" = "status" ]; then
|
||||
# move ssh root keys into new directory (if exists)
|
||||
mv /mnt/hdd/ssh/root_backup /mnt/hdd/app-data/ssh-root 2>/dev/null
|
||||
# move sshd keys into new directory
|
||||
mv /mnt/hdd/ssh /mnt/hdd/app-data/sshd
|
||||
mv /mnt/hdd/ssh /mnt/hdd/app-data/sshd/ssh
|
||||
fi
|
||||
|
||||
# make copy of SSH keys to RAMDISK (if available)
|
||||
|
Loading…
x
Reference in New Issue
Block a user