Added fixes for upgrade
This commit is contained in:
parent
a2d104766b
commit
8b7ed750d8
@ -52,7 +52,8 @@ upgrade_federated() {
|
|||||||
echo -ne "\n** Checking $APP.."
|
echo -ne "\n** Checking $APP.."
|
||||||
|
|
||||||
[ ! -f "/federated/apps/$APP/.env" ] && fail "File /federated/apps/$APP/.env doesn't exist."
|
[ ! -f "/federated/apps/$APP/.env" ] && fail "File /federated/apps/$APP/.env doesn't exist."
|
||||||
APP_VERSION=`grep IMAGE_VERSION /federated/apps/$APP/.env | awk -F= '{ print $2 }'`
|
APP_VERSION_RAW=`grep IMAGE_VERSION /federated/apps/$APP/.env | awk -F= '{ print $2 }'`
|
||||||
|
APP_VERSION="${APP_VERSION_RAW//\"}"
|
||||||
|
|
||||||
if [ "$APP_VERSION" = "$VERSION" ]; then
|
if [ "$APP_VERSION" = "$VERSION" ]; then
|
||||||
echo -ne "\n $APP is already at the latest version."
|
echo -ne "\n $APP is already at the latest version."
|
||||||
@ -69,10 +70,6 @@ upgrade_federated() {
|
|||||||
done
|
done
|
||||||
|
|
||||||
echo -ne "\n\n"
|
echo -ne "\n\n"
|
||||||
|
|
||||||
# kill -9 $SPINPID &> /dev/null
|
|
||||||
# echo -ne "done."
|
|
||||||
|
|
||||||
}
|
}
|
||||||
create_password() {
|
create_password() {
|
||||||
# eval $1_var=$1
|
# eval $1_var=$1
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
|
caddy=latest
|
||||||
baserow=1.14.0
|
baserow=1.14.0
|
||||||
|
element=v1.11.19
|
||||||
calcom=1.0
|
calcom=1.0
|
||||||
postgresql=14
|
postgresql=14
|
||||||
proxy=1.1
|
proxy=1.1
|
||||||
@ -7,7 +9,6 @@ listmonk=v2.4.0
|
|||||||
panel=v1.11
|
panel=v1.11
|
||||||
vaultwarden=1.28.0
|
vaultwarden=1.28.0
|
||||||
matrix=v1.75.0
|
matrix=v1.75.0
|
||||||
element=v1.11.19
|
|
||||||
mail=11.3.1
|
mail=11.3.1
|
||||||
ldap=1.5.0
|
ldap=1.5.0
|
||||||
dns=3.17.1
|
dns=3.17.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user