This commit is contained in:
j3d1 2020-01-29 14:44:57 +01:00
parent b316903495
commit a410b9d97a
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
target
repo

View File

@ -72,7 +72,8 @@ if [[ $# -ge 1 ]]; then
exit 1
fi
else
unbox_outer_stage
git pull
$0 unbox_outer_stage
fi
exit 0