From 7d7b17e8ab870b51af667cd8e1474a5fdd65986e Mon Sep 17 00:00:00 2001 From: Kevin Frantz Date: Mon, 7 May 2018 13:16:01 +0200 Subject: [PATCH] Implemented ssh activation --- sd_arch_setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sd_arch_setup.sh b/sd_arch_setup.sh index adfe7a8..837da7b 100644 --- a/sd_arch_setup.sh +++ b/sd_arch_setup.sh @@ -149,6 +149,8 @@ if [ "$user" != "" ] && [ -f "$ssh_key_source" ] cat "$ssh_key_source" > "$ssh_key_target" chown -R 1000 "$rootpath/home/alarm/.ssh" chmod -R 400 "$rootpath/home/alarm/.ssh" + echo "SSH File wird angelegt..." + echo "" > "$bootpath/ssh" fi echo "Script rauemt das Verzeichnis auf..."