fix init.sh

This commit is contained in:
mercury
2023-02-10 19:26:49 +04:00
parent 8d47b5cd52
commit 9ae1a87a8a
+3 -1
View File
@@ -15,5 +15,7 @@ apt update
apt install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin
git clone https://github.com/mercurykd/vpnbot.git
cd ./vpnbot
echo "<?php\n\nreturn \$c = ['key' => '$1'];\n" > ./app/config.php
echo "<?php
return \$c = ['key' => '$1'];" > ./app/config.php
make u