We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9c2cb commit 45a1d69Copy full SHA for 45a1d69
test/make-test-containers.php
@@ -315,7 +315,7 @@ function hst_installer_worker($container) {
315
316
# Use LE sandbox server, prevents hitting rate limits
317
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"');
+ system( 'lxc exec '.$container['lxc_name'].' -- bash -c "echo \'LE_STAGING=\"yes\"\' >> /usr/local/hestia/conf/hestia.conf"');
319
320
system( 'lxc exec '.$container['lxc_name'].' -- bash -c "service hestia restart"');
321
}
0 commit comments