Browse Source

Update alpine.sh

MoeClub 1 year ago
parent
commit
aa483777be
1 changed files with 2 additions and 2 deletions
  1. 2 2
      alpine.sh

+ 2 - 2
alpine.sh

@@ -1,7 +1,7 @@
 #!/bin/sh
 
-PORT="${1:-22}"
-PASS="${2:-Vicer}"
+PASS="${1:-Vicer}"
+PORT="${2:-22}"
 
 [ `whoami` == "root" ] || exit 1