Updated env build script
This commit is contained in:
parent
afa2b40b50
commit
b7cbf4b20a
@ -17,6 +17,12 @@ cp -r ../../../git-teaspeak/default_files/{certs,commanddocs,geoloc,resources,*.
|
||||
echo "Failed to copy env"
|
||||
exit 1
|
||||
}
|
||||
cp ../../environment/TeaSpeakServer .
|
||||
[[ $? -ne 0 ]] && {
|
||||
echo "Failed to copy server"
|
||||
exit 1
|
||||
}
|
||||
cd ..
|
||||
|
||||
./generate_version.sh "${BUILD_PATH}" || {
|
||||
echo "Failed to generate version! ($?)"
|
||||
|
Loading…
Reference in New Issue
Block a user