We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c440f commit 7ccbb19Copy full SHA for 7ccbb19
4 files changed
codes/deploy/main.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/usr/bin/env bash
2
###################################################################################
3
# Linux Centos 环境部署脚本
4
# Author: Zhang Peng
codes/deploy/tool/elk/boot-elk.sh
-#!/bin/bash -li
# 检查脚本输入参数
checkInput() {
codes/deploy/tool/sdk/install-sdk.sh
echo -e "\n>>>>>>>>> install sdk"
codes/deploy/tool/springboot/install-springboot.sh
-#!/bin/bash -l
echo -e "\n>>>>>>>>> install springboot"
0 commit comments