Skip to content

Commit 7ccbb19

Browse files
committed
👌 统一 shebang
1 parent c9c440f commit 7ccbb19

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

codes/deploy/main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
###################################################################################
33
# Linux Centos 环境部署脚本
44
# Author: Zhang Peng

codes/deploy/tool/elk/boot-elk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -li
1+
#!/usr/bin/env bash
22

33
# 检查脚本输入参数
44
checkInput() {

codes/deploy/tool/sdk/install-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
echo -e "\n>>>>>>>>> install sdk"
44

codes/deploy/tool/springboot/install-springboot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -l
1+
#!/usr/bin/env bash
22

33
echo -e "\n>>>>>>>>> install springboot"
44

0 commit comments

Comments
 (0)