From 7e883f54b3867b7fbf9874f692a11705223b0fd5 Mon Sep 17 00:00:00 2001 From: Xavier Pillons Date: Fri, 12 Feb 2021 15:44:35 +0100 Subject: [PATCH] remove wrong comment --- scripts/make_filesystem.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make_filesystem.sh b/scripts/make_filesystem.sh index 8f1f02b6..9d8b33a6 100755 --- a/scripts/make_filesystem.sh +++ b/scripts/make_filesystem.sh @@ -10,7 +10,7 @@ if [[ $(id -u) -ne 0 ]] ; then fi script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -source "$script_dir/azhpc-library.sh" # Needed to use the retry function +source "$script_dir/azhpc-library.sh" echo "Creating a $filesystem filesystem on device $device mounted on $mount"