forked from I2P_Developers/i2p.www
explicit mtn pull then mtn up
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
TMP=$(mktemp XXXXXXXXXX)
|
||||
trap 'rm -f $TMP;exit' 0 1 2 15
|
||||
|
||||
mtn pull
|
||||
mtn update 2>&1 | tee $TMP
|
||||
|
||||
if grep "^mtn: \(add\|dropp\|updat\)ing 'i2p2www/translations/" "$TMP" >/dev/null; then
|
||||
|
Reference in New Issue
Block a user