Force move when unpacking modpack
This commit is contained in:
parent
5a032fe26e
commit
e2cee3a6fa
@ -28,6 +28,6 @@ if ! [ -d "$packdir" ]; then
|
|||||||
exit 51
|
exit 51
|
||||||
fi
|
fi
|
||||||
# Just move the shit out 4head
|
# Just move the shit out 4head
|
||||||
mv "$packdir"/* .
|
mv -f "$packdir"/* .
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user