Fixed the build script a dozen times

This commit is contained in:
WolverinDEV 2020-04-16 14:47:53 +02:00
parent b79b496ad1
commit b6fdcbebfd

View File

@ -12,7 +12,7 @@ mkdir env && de env
echo "Failed to create the env" echo "Failed to create the env"
exit 1 exit 1
} }
cp -r ../../../git-teaspeak/default_files/{certs,commanddocs,geoloc,resources,,*.sh} . cp -r ../../../git-teaspeak/default_files/{certs,commanddocs,geoloc,resources,*.sh} .
[[ $? -ne 0 ]] && { [[ $? -ne 0 ]] && {
echo "Failed to copy env" echo "Failed to copy env"
exit 1 exit 1