Skip to content

Commit

Permalink
fork this
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Feb 21, 2025
1 parent 1ce222f commit 37e0b19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion housekeeping/bin/update-git
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -e

repo=$1
Expand Down
6 changes: 3 additions & 3 deletions housekeeping/bin/update-repos.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -e

update-git /data/minetest/world/worldmods master >> /data/update-log.txt
update-git /data/pandorabox-textures/ master >> /data/update-log.txt
update-git /data/minetest/world/worldmods/skinsdb/textures master >> /data/update-log.txt
update-git /data/minetest/world/worldmods master >> /data/update-log.txt &
update-git /data/pandorabox-textures/ master >> /data/update-log.txt &
update-git /data/minetest/world/worldmods/skinsdb/textures master >> /data/update-log.txt &

0 comments on commit 37e0b19

Please sign in to comment.