From b76301fab93ef9ae651dd6d0d4c24d4772b309d1 Mon Sep 17 00:00:00 2001 From: Torben Nehmer Date: Sun, 11 Nov 2018 18:54:53 +0100 Subject: [PATCH] Fixed minor typo leading to double-slashes. --- build-rootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-rootfs.sh b/build-rootfs.sh index 4036819..eeaaf24 100755 --- a/build-rootfs.sh +++ b/build-rootfs.sh @@ -8,7 +8,7 @@ CHECK_GPG=false CLEAN_INTERMEDIATES=false CONTAINER_VOLUME_CONFIG=/var/roundcube/config CONTAINER_WEBROOT=/var/www/html -CONTAINER_PHP_CONFD=/usr/local/etc/php/conf.d/ +CONTAINER_PHP_CONFD=/usr/local/etc/php/conf.d CONTAINER_SCRIPTS=/usr/local/sbin # This is internal stuff used to build everything