From 0f9847faf781e02efb9c966de962e2e7eb320eb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Wed, 12 Apr 2023 07:35:52 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Einstall.sh=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 45c7c67..21e26fc 100644 --- a/install.sh +++ b/install.sh @@ -1,10 +1,10 @@ echo starting install echo Enter your API Key/Token: read apikey -echo 'PUSHOVER_MESSAGE_TEXT="apikey"' | cat - sshlogin.sh > temp && mv temp sshlogin.sh +echo PUSHOVER_MESSAGE_TEXT=" $apikey " | cat - sshlogin.sh > temp && mv temp sshlogin.sh echo Enter your User Token: read userkey -echo 'PUSHOVER_MESSAGE_TEXT="userkey"' | cat - sshlogin.sh > temp && mv temp sshlogin.sh +echo PUSHOVER_MESSAGE_TEXT=" $userkey " | cat - sshlogin.sh > temp && mv temp sshlogin.sh echo '#!/bin/bash' | cat - sshlogin.sh > temp && mv temp sshlogin.sh chmod +x sshlogin.sh chmod +x pushover.sh