#2938 fix ssh location conversion

This commit is contained in:
rootzoll 2022-02-07 18:33:17 +01:00
parent 85d92b34b9
commit f5fe9968eb

View File

@ -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)