mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
Update change_ip.sh
This commit is contained in:
parent
d84e47c829
commit
4eabe7a4db
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue