Skip to content

Commit d81dc65

Browse files
committed
Minor change to fix config location
1 parent 38856f9 commit d81dc65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/docker/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ install --owner www-data --group www-data --directory -D \
6262

6363
sed conf/config.inc.php \
6464
-e "s#/usr/share/php/smarty3#/usr/share/php/smarty${SMARTY_VERSION%%.*}#g" \
65-
-e "s#config\.inc\.local\.php#conf/\0#g" \
65+
-e "s#config\.inc#conf/\0#g" \
6666
> /rootfs/var/www/config.inc.php.orig

0 commit comments

Comments
 (0)