Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoborges authored Aug 9, 2017
2 parents 264fb0f + 74f6170 commit 621c2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OracleDatabase/dockerfiles/12.1.0.2/checkSpace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#

REQUIRED_SPACE_GB=15
AVAILABLE_SPACE_GB=`df -B 1G / | tail -n 1 | awk '{print $4}'`
AVAILABLE_SPACE_GB=`df -B 1G / | tail -n 1 | awk '{ print $4 }'`

if [ $AVAILABLE_SPACE_GB -lt $REQUIRED_SPACE_GB ]; then
script_name=`basename "$0"`
Expand Down

0 comments on commit 621c2db

Please sign in to comment.