Skip to content

Commit

Permalink
Update check_memory.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Mageti committed Oct 24, 2014
1 parent 40f46ce commit 69eff68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check_memory.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ then
echo ""
echo "Usage: $USAGE"
echo ""
exit 0
exit 3
fi
# read input
while [ $# -gt 0 ]
Expand All @@ -63,7 +63,7 @@ then
echo ""
echo "Usage: $USAGE"
echo ""
exit 0
exit 3
fi

# Total physical memory
Expand Down

0 comments on commit 69eff68

Please sign in to comment.