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