changed ash to bash and added line to create outputdir if not there
This commit is contained in:
parent
3f299fc58f
commit
f16041cedd
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/ash
|
#!/bin/bash
|
||||||
|
|
||||||
OutputDir="clients/"
|
OutputDir="clients/"
|
||||||
|
mkdir -p "$OutputDir"
|
||||||
|
|
||||||
EnvironmentFile="0connection-info.env"
|
EnvironmentFile="0connection-info.env"
|
||||||
echo "[*] Using server information from file \"$EnvironmentFile\""
|
echo "[*] Using server information from file \"$EnvironmentFile\""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue