From 4eabe7a4db7a075b2a87fa63919a3ba190395e13 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Tue, 19 Jul 2022 17:01:25 +0800 Subject: [PATCH] Update change_ip.sh --- scripts/change_ip.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/change_ip.sh b/scripts/change_ip.sh index 4139571c..04b1303a 100644 --- a/scripts/change_ip.sh +++ b/scripts/change_ip.sh @@ -1,4 +1,5 @@ -# init APP_URL +#!/bin/bash + app_url_replace=$(cat /data/apps/$1/.env |grep APP_URL_REPLACE) if [ $app_url_replace == "APP_URL_REPLACE=true" ]; then echo "Change APP_URL"