From 9aaa8bf668824cbe535b8e378f14c1f9fe00f77f Mon Sep 17 00:00:00 2001 From: r-g-d <115711527+r-g-d@users.noreply.github.com> Date: Wed, 10 Jan 2024 22:17:17 +0530 Subject: [PATCH] Update setup.sh made a change in mkdir --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 7ac684e..ef85436 100755 --- a/setup.sh +++ b/setup.sh @@ -18,7 +18,7 @@ if [ -z "$(ls -A $DIR)" ]; then mv nitcbase-master mynitcbase mv xfs-interface-master XFS_Interface (cd XFS_Interface && make) - mkdir -p {Disk,Files/Batch_Execution_Files,Files/Input_Files,Files/Output_Files} + mkdir -p Disk Files/Batch_Execution_Files Files/Input_Files Files/Output_Files echo NITCbase package installed. else