Skip to content

Commit 45a1d69

Browse files
committed
[container-test-script] use propper case when adding vars to hestia.conf
1 parent de9c2cb commit 45a1d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/make-test-containers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ function hst_installer_worker($container) {
315315

316316
# Use LE sandbox server, prevents hitting rate limits
317317
system( 'lxc exec '.$container['lxc_name'].' -- bash -c "sed -i \'/LE_STAGING/d\' /usr/local/hestia/conf/hestia.conf"');
318-
system( 'lxc exec '.$container['lxc_name'].' -- bash -c "echo \'LE_STAGING=\"YES\"\' >> /usr/local/hestia/conf/hestia.conf"');
318+
system( 'lxc exec '.$container['lxc_name'].' -- bash -c "echo \'LE_STAGING=\"yes\"\' >> /usr/local/hestia/conf/hestia.conf"');
319319

320320
system( 'lxc exec '.$container['lxc_name'].' -- bash -c "service hestia restart"');
321321
}

0 commit comments

Comments
 (0)