Fixed build script
This commit is contained in:
parent
b7cbf4b20a
commit
6d19526458
@ -12,11 +12,18 @@ 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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cp -r ../../../music/providers .
|
||||||
|
[[ $? -ne 0 ]] && {
|
||||||
|
echo "Failed to copy providers"
|
||||||
|
exit 1
|
||||||
|
}
|
||||||
|
#
|
||||||
cp ../../environment/TeaSpeakServer .
|
cp ../../environment/TeaSpeakServer .
|
||||||
[[ $? -ne 0 ]] && {
|
[[ $? -ne 0 ]] && {
|
||||||
echo "Failed to copy server"
|
echo "Failed to copy server"
|
||||||
|
Loading…
Reference in New Issue
Block a user