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 @@ -22,12 +22,12 @@ MODE=$1
2222UPDATE=" 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
2727RL_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
3333RL_INSTALL_DIR=" /var/lib/rainloop"
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
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ pma_v='5.2.0'
5050rc_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
You can’t perform that action at this time.
0 commit comments