Fix typo
This commit is contained in:
parent
8e2307f586
commit
a1f24b895b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
if [ x$1 -ne x ]; then
|
||||
if [ x$1 == x ]; then
|
||||
install_path=$1
|
||||
if [ $(id -u) -eq 0 ]; then
|
||||
bin_path=/usr/local/bin
|
||||
|
|
Loading…
Reference in a new issue