Missing command

This commit is contained in:
gator96100 2021-01-18 21:26:29 +01:00
commit 8e781963d2

View file

@ -19,6 +19,7 @@ function copy_shell {
"/usr/bin/uname.exe"
"/usr/bin/awk.exe"
"/usr/bin/grep.exe"
"/usr/bin/sleep.exe"
)
mkdir -p "$dstDir/client/libs/shell"
for dep in ${DEPLIST[*]}; do