File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ set -e # Exit immediately if a command exits with a non-zero status
5
5
# # $1 could be empty, so we need to disable this check
6
6
# set -u # Treat unset variables as an error and exit
7
7
set -o pipefail # Cause a pipeline to return the status of the last command that exited with a non-zero status
8
+ CDN=" https://cdn.coollabs.io/coolify-nightly"
8
9
DATE=$( date +" %Y%m%d-%H%M%S" )
9
10
10
11
VERSION=" 1.5"
@@ -28,7 +29,6 @@ getAJoke() {
28
29
echo -e " $JOKES \n"
29
30
fi
30
31
}
31
- CDN=" https://cdn.coollabs.io/coolify-nightly"
32
32
OS_TYPE=$( grep -w " ID" /etc/os-release | cut -d " =" -f 2 | tr -d ' "' )
33
33
ENV_FILE=" /data/coolify/source/.env"
34
34
@@ -505,5 +505,5 @@ echo -e "\033[0;35m
505
505
\033[0m"
506
506
echo -e " \nYour instance is ready to use."
507
507
echo -e " Please visit http://$( curl -4s https://ifconfig.io) :8000 to get started.\n"
508
- echo -e " WARNING: We recommend you backup your /data/coolify/source/.env file to a safe location, outside of this server."
508
+ echo -e " WARNING: We recommend you to backup your /data/coolify/source/.env file to a safe location, outside of this server."
509
509
cp /data/coolify/source/.env /data/coolify/source/.env.backup
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ set -e # Exit immediately if a command exits with a non-zero status
5
5
# # $1 could be empty, so we need to disable this check
6
6
# set -u # Treat unset variables as an error and exit
7
7
set -o pipefail # Cause a pipeline to return the status of the last command that exited with a non-zero status
8
+ CDN=" https://cdn.coollabs.io/coolify"
8
9
DATE=$( date +" %Y%m%d-%H%M%S" )
9
10
10
11
VERSION=" 1.5"
@@ -28,7 +29,6 @@ getAJoke() {
28
29
echo -e " $JOKES \n"
29
30
fi
30
31
}
31
- CDN=" https://cdn.coollabs.io/coolify"
32
32
OS_TYPE=$( grep -w " ID" /etc/os-release | cut -d " =" -f 2 | tr -d ' "' )
33
33
ENV_FILE=" /data/coolify/source/.env"
34
34
@@ -505,5 +505,5 @@ echo -e "\033[0;35m
505
505
\033[0m"
506
506
echo -e " \nYour instance is ready to use."
507
507
echo -e " Please visit http://$( curl -4s https://ifconfig.io) :8000 to get started.\n"
508
- echo -e " WARNING: We recommend you backup your /data/coolify/source/.env file to a safe location, outside of this server."
508
+ echo -e " WARNING: We recommend you to backup your /data/coolify/source/.env file to a safe location, outside of this server."
509
509
cp /data/coolify/source/.env /data/coolify/source/.env.backup
You can’t perform that action at this time.
0 commit comments