Commit a12a1c6a by Guba Sándor

store-server: Added dummy value

parent 1e4337da
......@@ -80,7 +80,7 @@ case $COMMAND in
;;
'status')
# echo $(quota -w ${USER_NAME} 2>/dev/null | tail -1 | awk '{ print $2" "$3" "$4 }')
echo "1000 1000 1000"
echo "1916 2097152 2621440"
;;
*)
echo "Usage: UserManager.sh COMMAND USER PASSWORD"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment