Skip to content

Commit

Permalink
Fix: install failed
Browse files Browse the repository at this point in the history
  • Loading branch information
Upendra Sahu authored Nov 17, 2020
1 parent 74d0eb2 commit ca3d847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ then
upgrade_apm_agent
echo "Upgrading sftrace_agent"
upgrade_sftrace_agent
elif ![ -v $1 ];
elif [ -z $1 ];
then
install_services
else
Expand Down

0 comments on commit ca3d847

Please sign in to comment.