diff --git a/.idea/IXP-Manager.iml b/.idea/IXP-Manager.iml index 630081bd0..374b45584 100644 --- a/.idea/IXP-Manager.iml +++ b/.idea/IXP-Manager.iml @@ -5,9 +5,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.idea/php.xml b/.idea/php.xml index 9a4a6249b..a5c1fcbf6 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -3,8 +3,6 @@ - - @@ -17,30 +15,17 @@ - - - - - - - - - - - - - @@ -77,27 +62,11 @@ - - - - - - - - - - - - - - - - @@ -118,13 +87,8 @@ - - - - - @@ -135,13 +99,47 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tools/installers/ubuntu-lts-1604-ixp-manager-v4.sh b/tools/installers/ubuntu-lts-1604-ixp-manager-v4.sh index 11e435f1f..c3b2eb166 100755 --- a/tools/installers/ubuntu-lts-1604-ixp-manager-v4.sh +++ b/tools/installers/ubuntu-lts-1604-ixp-manager-v4.sh @@ -649,9 +649,12 @@ echo '[done]' chown -R root: ${IXPROOT} chown -R www-data: ${IXPROOT}/storage ${IXPROOT}/var ${IXPROOT}/bootstrap/cache ${IXPROOT}/database/Proxies \ - ${IXPROOT}/vendor ${IXPROOT}/bower.json ${IXPROOT}/public/bower_components &>> /tmp/ixp-manager-install.log + ${IXPROOT}/vendor ${IXPROOT}/bower.json ${IXPROOT}/public/bower_components ${IXPROOT}/public/logos &>> /tmp/ixp-manager-install.log chmod -R ug+rwX,o+rX ${IXPROOT} &>> /tmp/ixp-manager-install.log +# favicon +cp ${IXPROOT}/public/favicon.ico.dist ${IXPROOT}/public/favicon.ico + ################################################################## ### Completion Details ##################################################################