fixed race condition in dev script
This commit is contained in:
parent
31705f520a
commit
16de822cb2
|
@ -25,6 +25,7 @@ function block_for_change {
|
||||||
function build {
|
function build {
|
||||||
echo "Copying pack to $TARGET_PATH"
|
echo "Copying pack to $TARGET_PATH"
|
||||||
rm -rf "$TARGET_PATH"
|
rm -rf "$TARGET_PATH"
|
||||||
|
sleep 1
|
||||||
cp -r "./pack" "$TARGET_PATH"
|
cp -r "./pack" "$TARGET_PATH"
|
||||||
echo "Reload the game with F3+T now"
|
echo "Reload the game with F3+T now"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue