changed ash to bash and added line to create outputdir if not there

This commit is contained in:
Stephen Toth 2023-09-02 20:08:26 -05:00
parent 3f299fc58f
commit f16041cedd
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
#!/bin/ash
#!/bin/bash
OutputDir="clients/"
mkdir -p "$OutputDir"
EnvironmentFile="0connection-info.env"
echo "[*] Using server information from file \"$EnvironmentFile\""