Update change_ip.sh

This commit is contained in:
qiaofeng1227 2022-07-19 17:01:25 +08:00 committed by GitHub
parent d84e47c829
commit 4eabe7a4db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"