Skip to content

Commit

Permalink
more naming fixes
Browse files Browse the repository at this point in the history
more naming fixes
  • Loading branch information
albatross1 committed Nov 14, 2019
1 parent c6a28c8 commit 3833db1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions menu/amazonaws/amazonaws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tee <<-EOF
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[1] Deploy a New Server
[2] Destory a Server
[2] Destroy a Server
A - List Server Info
B - Display Inital Server Passwords
Z - Exit
Expand Down Expand Up @@ -140,7 +140,6 @@ EOF
echo "echo ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━" >/bin/pg-$name
echo "echo '↘️ Server - $name | Initial Password $initialpw'" >>/bin/pg-$name
echo "echo ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━" >>/bin/pg-$name
echo "echo '✅️ Donate @ donate.pgblitz.com - Helps Costs & Mrs. Admin - #1 Enemy!'" >>/bin/pg-$name
echo "echo ''" >>/bin/pg-$name
echo "ssh root@$serverip" >>/bin/pg-$name
chmod 777 /bin/pg-$name
Expand Down Expand Up @@ -170,7 +169,7 @@ elif [ "$typed" == "2" ]; then
tee <<-EOF
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
↘️ PTS - Destory a Hetzner Cloud Server!
↘️ PTS - Destroy a Hetzner Cloud Server!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Server Name
Expand Down

0 comments on commit 3833db1

Please sign in to comment.