Fixed rainloop and OfflineImapSync install

This commit is contained in:
2021-10-27 20:40:09 +00:00
parent 0921f19701
commit 458679aad9
3 changed files with 20 additions and 14 deletions

View File

@@ -12,7 +12,7 @@ then
rm -rf /opt/rainloop
curl http://www.rainloop.net/repository/webmail/rainloop-community-latest.zip -o /tmp/rlcl.zip
unzip -q /tmp/rlcl.zip -d /opt/rainloop
chown -R nginx:nginx /var/www/rainloop
chown -R nginx:nginx /opt/rainloop
find /opt/rainloop/ -type d -exec chmod 755 {} \;
find /opt/rainloop/ -type f -exec chmod 644 {} \;
echo $NewRainLoopVer > /opt/rainloop-installed