From 02385f23db51652353bf829cbd2d8081ae74bd52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Wed, 12 Apr 2023 07:39:48 +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 4404266..55ba9e3 100644 --- a/install.sh +++ b/install.sh @@ -1,10 +1,10 @@ echo starting install echo Enter your API Key/Token: read apikey -echo APIKEY=" $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 USERKEY=" $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