From 1e0f7b73226326e67354701e62fdea00ef8c7548 Mon Sep 17 00:00:00 2001 From: smallchill Date: Fri, 12 Mar 2021 11:45:05 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E4=BC=98=E5=8C=96=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/docker/app/deploy.sh | 1 + script/fatjar/service.sh | 3 +++ 2 files changed, 4 insertions(+) diff --git a/script/docker/app/deploy.sh b/script/docker/app/deploy.sh index 5f3a1d6e..405996e1 100644 --- a/script/docker/app/deploy.sh +++ b/script/docker/app/deploy.sh @@ -1,3 +1,4 @@ +#!/bin/bash #使用说明,用来提示输入参数 usage() { diff --git a/script/fatjar/service.sh b/script/fatjar/service.sh index 091b8320..884d88a8 100644 --- a/script/fatjar/service.sh +++ b/script/fatjar/service.sh @@ -1,3 +1,6 @@ +#!/bin/bash + +#设置jar文件名 APP_NAME=app.jar #使用说明,用来提示输入参数