1
0
mirror of synced 2025-12-28 00:23:25 +00:00

Update agent.sh

This commit is contained in:
Valentin
2023-09-13 15:01:30 +02:00
committed by GitHub
parent 4ef3186c7f
commit 8ec8d1db10

View File

@@ -3,6 +3,7 @@
url=$1 url=$1
server=$2 server=$2
secret=$3 secret=$3
user=$4
rootpath="/opt/accessgate" rootpath="/opt/accessgate"
updateScriptUrl=https://raw.githubusercontent.com/itsmrval/accessgate/scripts/update.sh updateScriptUrl=https://raw.githubusercontent.com/itsmrval/accessgate/scripts/update.sh
@@ -49,6 +50,7 @@ tee -a $rootpath/config.txt > /dev/null <<EOT
server=$server server=$server
url=$url url=$url
secret=$secret secret=$secret
user=$user
EOT EOT
echo -ne "✓\n" echo -ne "✓\n"