We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ee926 commit 9e70955Copy full SHA for 9e70955
1 file changed
trunk/install/install.sh
@@ -49,7 +49,10 @@ DATABASE=`cat $config|grep 'OJ_DB_NAME' |awk -F= '{print $2}'`
49
PORT=`cat $config|grep 'OJ_PORT_NUMBER' |awk -F= '{print $2}'`
50
IP=`curl http://hustoj.com/ip.php`
51
LIP=`ip a|grep inet|grep brd|head -1|awk '{print $2}'|awk -F/ '{print $1}'`
52
-
+cd /home/judge/src/web/
53
+wget dl.hustoj.com/hello.tar.gz
54
+tar xzf hello.tar.gz
55
+chown www-data -R hello
56
clear
57
reset
58
0 commit comments