From de14949998f966722aa900b09e392999aebe0ea8 Mon Sep 17 00:00:00 2001 From: Cassio de Campos Date: Fri, 18 Aug 2017 17:01:01 +0100 Subject: get user from local file --- tools/boca-auth-runs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/boca-auth-runs') 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" -- cgit v1.2.3