Copy rather than moving mod files to avoid overwrite issues

This commit is contained in:
TheSpad 2022-07-16 14:11:00 +01:00
parent 0e016f977e
commit e696236d42
No known key found for this signature in database
GPG key ID: 08F06191F4587860

View file

@ -208,7 +208,7 @@ run_mods () {
fi
fi
shopt -s dotglob
mv /tmp/mod/* /
cp -R /tmp/mod/* /
shopt -u dotglob
rm -rf /tmp/mod
rm -rf /modtarball.tar.xz