Skip to content

Commit 8c8f707

Browse files
authored
use correct folder: (hestiacp#4647)
cp: cannot stat '/usr/local/hestia/install/deb/install/deb/nginx/phpmyadmin.inc': No such file or directory
1 parent 12e30fc commit 8c8f707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade/versions/1.9.0.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ fi
9797

9898
# Update phymyadmin.inc for nginx
9999
if [ -s /etc/nginx/conf.d/phpmyadmin.inc ]; then
100-
cp -f $HESTIA_INSTALL_DIR/install/deb/nginx/phpmyadmin.inc /etc/nginx/conf.d/phpmyadmin.inc
100+
cp -f $HESTIA_INSTALL_DIR/nginx/phpmyadmin.inc /etc/nginx/conf.d/phpmyadmin.inc
101101
fi
102102

103103
$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.'

0 commit comments

Comments
 (0)