Skip to content

Commit a34bbf7

Browse files
Updated v-add-sys-rainloop (hestiacp#2957)
* Updated v-add-sys-rainloop * Update to 1.17.0 for Rainloop Co-authored-by: Jaap Marcus <9754650+jaapmarcus@users.noreply.github.com>
1 parent ea6125b commit a34bbf7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bin/v-add-sys-rainloop

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ MODE=$1
2222
UPDATE="no"
2323
# Version and Download paths
2424
# Version to be moved to upgrade script
25-
RL_FILE="rainloop-community-latest.zip"
25+
RL_FILE="rainloop-latest.zip"
2626
# For removal of folder
2727
RL_EXTRACT_MAIN="rainloop"
2828

2929
# Downloading full version
30-
RL_URL="https://www.rainloop.net/repository/webmail/rainloop-community-latest.zip"
30+
RL_URL="https://www.rainloop.net/repository/webmail/rainloop-latest.zip"
3131

3232
# Folder paths
3333
RL_INSTALL_DIR="/var/lib/rainloop"
@@ -155,7 +155,7 @@ else
155155
[ ! -f "${RC_INSTALL_DIR}/${RC_FILE}" ] && wget "$RL_URL" --quiet -O "${RL_INSTALL_DIR}/${RL_FILE}"
156156
version=$(cat $RL_INSTALL_DIR/data/VERSION);
157157

158-
unzip -q -j rainloop-community-latest.zip "data/VERSION" -d $RL_INSTALL_DIR/
158+
unzip -q -j rainloop-latest.zip "data/VERSION" -d $RL_INSTALL_DIR/
159159
version_source=$(cat $RL_INSTALL_DIR/VERSION);
160160

161161
# Check version inside .zip file in case hestia didn't update yet

install/upgrade/upgrade.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pma_v='5.2.0'
5050
rc_v='1.6.0'
5151

5252
# Set version of Rainloop (Webmail) to update during upgrade if not already installed
53-
rl_v='1.16.0'
53+
rl_v='1.17.0'
5454

5555
# Update the File Manager or it's configuration file
5656
# Check if Filegator requires an update based on current version and setting below

0 commit comments

Comments
 (0)