Skip to content

Commit

Permalink
Update configure_start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkarthik authored Sep 4, 2023
1 parent f0542d0 commit 0e9c2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mock-identity-system/configure_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ else
fi

echo "Attempting to install"
cd ./$DIR_NAME && chmod +x install.sh && sudo ./install.sh
cd ./$DIR_NAME && chmod +x install.sh && ./install.sh
echo "Installation complete"
cd $work_dir

Expand Down

0 comments on commit 0e9c2bc

Please sign in to comment.