Skip to content

Commit

Permalink
release: working v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YxxgSxxl committed Oct 23, 2024
1 parent 1f86d94 commit 78bc669
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions serverdeployer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,13 @@ set /p vps_ip=Enter the VPS IP address:
cls

echo [Settings] - Update server configuration parameters:
set /p vps_pass=Enter the VPS password ^(caracters aren^'t hidden^):
set /p vps_pass=Enter the VPS password ^(characters aren^'t hidden^):
echo !vps_pass! > "%temp%\vps_password.txt"
echo !vps_user! !vps_ip! !vps_pass!
cls
echo [Settings] - parameters updated:
echo user: !vps_user!
echo ip: !vps_ip!
echo pass: ********
pause
goto banner

Expand Down Expand Up @@ -218,10 +222,10 @@ pushd assets
type banner.txt
popd
echo ┌───────────────────────────────────────────────────────────────────────┐
echo Command list
echo--- Command list ---
echo ├───────────────────────────────────────────────────────────────────────┤
echo │ 1. Settings: Update server configuration parameters
echo │ 2. Scan Configs: Scan server deployment files (shell scripts) │
echo │ 1. Settings: Update server connexion parameters for ssh
echo │ 2. Scan Configs: Scan server deployment files ^(shell scripts^) │
echo │ 3. Deploy: Deploy servers based on provided shell script config files │
echo │ 4. Help: Explain all functionalities of this multitool │
echo │ 5. Credits: Display credits for this tool │
Expand Down

0 comments on commit 78bc669

Please sign in to comment.