I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 9ce88ce9 authored by kytv's avatar kytv
Browse files

fix earlier checkin (let's not be so verbose); anonymous pull

parent cb3ff9bd
No related branches found
No related tags found
No related merge requests found
#!/bin/sh -x
#!/bin/sh
cd $(dirname $0)
. ./etc/update.vars
[ -f ./etc/update.vars.custom ] && . ./etc/update.vars.custom
......@@ -6,7 +6,7 @@ cd $(dirname $0)
TMP=$(mktemp XXXXXXXXXX)
trap 'rm -f $TMP;exit' 0 1 2 15
$MTN pull "mtn://$MTNURL?$MTNBRANCH"
$MTN pull -k "" "mtn://$MTNURL?$MTNBRANCH"
$MTN up 2>&1 | tee $TMP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment