# Conflicts:
#	README.md
#	setup/start.sh
This commit is contained in:
downtownallday
2021-05-08 09:20:04 -04:00
17 changed files with 65 additions and 45 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ needs_update=0 #NODOC
if [ ! -f /usr/local/lib/roundcubemail/version ]; then
# not installed yet #NODOC
needs_update=1 #NODOC
elif [[ "$UPDATE_KEY" != `cat /usr/local/lib/roundcubemail/version` ]]; then
elif [[ "$UPDATE_KEY" != $(cat /usr/local/lib/roundcubemail/version) ]]; then
# checks if the version is what we want
needs_update=1 #NODOC
fi