There are minor syntax issues with the install script -
- line 10: function should be refined to echo statements for negative scenario as this function outcome is assigned to a variable which is later used for conditional checks, currently function outcome will be blank for negative scenario.
- line 20: missing closing quotes
- line 22: conditional check statement to be enclosed within double block brackets
There are minor syntax issues with the install script -