Update install.sh

pull/121/head
midoks 3 years ago
parent 698edc74e9
commit f3c651ff6b
  1. 2
      plugins/phpmyadmin/install.sh

@ -54,7 +54,7 @@ Install_phpmyadmin()
mkdir -p $serverPath/phpmyadmin/tmp
chown -R www:www $serverPath/phpmyadmin/tmp
if [ "$OSNAME" != 'macosx' ];then
if [ "$OSNAME" != 'macos' ];then
chown -R www:www $serverPath/phpmyadmin/tmp
fi

Loading…
Cancel
Save