Commit 57ecaa3b authored by Franco Fichtner's avatar Franco Fichtner

rc: add missing newline and move voucher enable back to original spot

parent b2653d0e
......@@ -294,12 +294,12 @@ filter_configure_sync();
/* setup pppoe and pptp */
vpn_setup();
/* start Voucher support */
echo 'Enabling voucher support...' . (voucher_configure(true) ? 'done.' : 'failed.');
/* start the captive portal */
captiveportal_configure();
/* start Voucher support */
echo 'Enabling voucher support...' . (voucher_configure(true) ? 'done.' : 'failed.') . PHP_EOL;
/* start IPsec tunnels */
$ipsec_dynamic_hosts = vpn_ipsec_configure();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment