Browse Source

use correct folder: (#4647)

cp: cannot stat '/usr/local/hestia/install/deb/install/deb/nginx/phpmyadmin.inc': No such file or directory
Jaap Marcus 1 year ago
parent
commit
8c8f7072a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/upgrade/versions/1.9.0.sh

+ 1 - 1
install/upgrade/versions/1.9.0.sh

@@ -97,7 +97,7 @@ fi
 
 # Update phymyadmin.inc for nginx
 if [ -s /etc/nginx/conf.d/phpmyadmin.inc ]; then
-	cp -f $HESTIA_INSTALL_DIR/install/deb/nginx/phpmyadmin.inc /etc/nginx/conf.d/phpmyadmin.inc
+	cp -f $HESTIA_INSTALL_DIR/nginx/phpmyadmin.inc /etc/nginx/conf.d/phpmyadmin.inc
 fi
 
 $BIN/v-add-user-notification 'admin' 'Hestia security has been upgraded' ' A new user "hestiaweb" has been created and is used for login. Make sure other Hestia packages are updated as well otherwise the system may not work as expected.'