From: Jeff Davis Date: Thu, 9 Jul 2015 20:46:37 +0000 (-0700) Subject: install-eg.sh: skin folders should be sitkastaff-owned for now to facilitate deployment X-Git-Url: https://git.sitka.bclibraries.ca/gitweb/?p=sitka%2Fsitka-tools.git;a=commitdiff_plain;h=0238465d9a2b678e4b316feaae97b7c5b94f967a install-eg.sh: skin folders should be sitkastaff-owned for now to facilitate deployment --- diff --git a/deployment/install-eg.sh b/deployment/install-eg.sh index 7ed10d9..f0e89e1 100755 --- a/deployment/install-eg.sh +++ b/deployment/install-eg.sh @@ -207,8 +207,8 @@ done # 9. make sure opensrf owns all the stuff we just did chown -R opensrf:opensrf ${INSTALLDIR} chown -R opensrf:opensrf /home/opensrf -chmod 777 ${INSTALLDIR}/var/skins -chmod 777 ${INSTALLDIR}/var/web/css/skin +chmod 777 ${INSTALLDIR}/var/skins ; chown -R sitkastaff:sitkastaff ${INSTALLDIR}/var/skins +chmod 777 ${INSTALLDIR}/var/web/css/skin ; chown -R sitkastaff:sitkastaff ${INSTALLDIR}/var/web/css/skin # 10. staff client stuff apt-get install -y nsis unzip