Closed RohitJones closed 4 years ago
Hi, Villasv
Thank you for all your hard work ! There is a minor bug in the workerset.setup.sh script, specifically in the if condition. The condition should be if [ ! -d "/mnt/efs" ] so that it evaluates to true when the efs directory does not exist.
if [ ! -d "/mnt/efs" ]
Wow, what a slip! Thanks for pointing it out and for the quickfix :-)
Hi, Villasv
Thank you for all your hard work ! There is a minor bug in the workerset.setup.sh script, specifically in the if condition. The condition should be
if [ ! -d "/mnt/efs" ]
so that it evaluates to true when the efs directory does not exist.