From c8bf42bf67bdb0e55f46cfcec82f523ff00bc274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Wed, 12 Apr 2023 07:39:07 +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 c1616ec..4404266 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 APIKEY=" $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 USERKEY=" $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