mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 00:26:02 +01:00
Fix clean_map_git.sh
This commit is contained in:
Regular → Executable
+2
-2
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
for i in {1..6}
|
||||
do
|
||||
@@ -7,4 +7,4 @@ do
|
||||
git show HEAD:maps/$MAPFILE > tmp.dmm
|
||||
java -jar MapPatcher.jar -clean tmp.dmm '../../maps/'$MAPFILE '../../maps/'$MAPFILE
|
||||
rm tmp.dmm
|
||||
done
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user