Revert "chore(relase): version updater"
This reverts commit b03b790cd2.
This commit is contained in:
parent
6ea974d102
commit
f0227d9694
2 changed files with 2 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
{$CADDY_DOMAIN} {
|
{$CADDY_DOMAIN} {
|
||||||
tls internal
|
|
||||||
reverse_proxy nginx-openreplay:80
|
reverse_proxy nginx-openreplay:80
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -99,8 +99,8 @@ randomPass() {
|
||||||
## Prepping the infra
|
## Prepping the infra
|
||||||
|
|
||||||
# Mac os doesn't have gnu sed, which will cause compatibility issues.
|
# Mac os doesn't have gnu sed, which will cause compatibility issues.
|
||||||
# This wrapper will help to check the sed, and use the correct version="v1.17.0"
|
# This wrapper will help to check the sed, and use the correct version="v1.16.0"
|
||||||
# Ref: https://stackoverflow.com/questions/37639496/how-can-i-check-the-version="v1.17.0"
|
# Ref: https://stackoverflow.com/questions/37639496/how-can-i-check-the-version="v1.16.0"
|
||||||
function is_gnu_sed() {
|
function is_gnu_sed() {
|
||||||
sed --version >/dev/null 2>&1
|
sed --version >/dev/null 2>&1
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue