Skip to content

Commit

Permalink
code fix for shell scritp
Browse files Browse the repository at this point in the history
Signed-off-by: punitmundra <[email protected]>
  • Loading branch information
punitmundra committed Nov 7, 2023
1 parent ec9c739 commit c042f68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ if [ -e "/hab/user/deployment-service/config/user.toml" ]; then
# existing installation
version_check_for_addnode
# If isSkipRequired is true then we are exiting from here
if isSkipRequired ; then
if $isSkipRequired ; then
echo "Skipping the below flow, not required for the add-node case"
exit
fi
Expand Down

0 comments on commit c042f68

Please sign in to comment.