Force move when unpacking modpack

This commit is contained in:
Salt 2020-06-24 23:39:14 -05:00
parent 5a032fe26e
commit e2cee3a6fa

View File

@ -28,6 +28,6 @@ if ! [ -d "$packdir" ]; then
exit 51
fi
# Just move the shit out 4head
mv "$packdir"/* .
mv -f "$packdir"/* .
exit 0