aboutsummaryrefslogtreecommitdiff
path: root/tools/boca-auth-runs
diff options
context:
space:
mode:
authorCassio de Campos <cassiopc@gmail.com>2017-08-18 16:01:01 +0000
committerCassio de Campos <cassiopc@gmail.com>2017-08-18 16:01:01 +0000
commitde14949998f966722aa900b09e392999aebe0ea8 (patch)
tree8c4be6f08ea81e1966c1012aa4bf13091ac4a04e /tools/boca-auth-runs
parentdc7f29fec79f559ea840022b682567b9fcb2be17 (diff)
downloadboca-de14949998f966722aa900b09e392999aebe0ea8.tar.gz
boca-de14949998f966722aa900b09e392999aebe0ea8.zip
get user from local file
Diffstat (limited to 'tools/boca-auth-runs')
-rwxr-xr-xtools/boca-auth-runs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/boca-auth-runs b/tools/boca-auth-runs
index 00549b3..3155b90 100755
--- a/tools/boca-auth-runs
+++ b/tools/boca-auth-runs
@@ -66,6 +66,8 @@ if [ "$?" == "0" ]; then
rm -f ${temp}.cookie.txt
echo ""
echo "authentication successful"
+ mkdir -p /root/submissions
+ echo -n $user > /root/submissions/user
else
echo ""
echo "could not connect to server"