diff --git a/unbox.sh b/unbox.sh index 935be37..afd735f 100755 --- a/unbox.sh +++ b/unbox.sh @@ -1,7 +1,7 @@ #!/bin/bash -source $(dirname $0)/utils.sh +source $(dirname $(realpath $0))/utils.sh function unbox_outer_stage(){ echo "-----------FIRST STAGE-----------"