From 5b47e9caa52760eb2e293dc18ddf640fe1afa262 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Fri, 6 Oct 2017 23:49:04 +0200 Subject: [PATCH] Fix a typo Signed-off-by: DL6ER --- scripts/pi-hole/php/teleporter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pi-hole/php/teleporter.php b/scripts/pi-hole/php/teleporter.php index f83af695..f81f287f 100644 --- a/scripts/pi-hole/php/teleporter.php +++ b/scripts/pi-hole/php/teleporter.php @@ -157,7 +157,7 @@ else $archive = new PharData($archive_file_name); if ($archive->isWritable() !== TRUE) { - exit("cannot open/create ".htmlentities($archive_file_name)".
\nPHP user: ".exec('whoami')."\n"); + exit("cannot open/create ".htmlentities($archive_file_name)."
\nPHP user: ".exec('whoami')."\n"); } archive_add_file("/etc/pihole/","whitelist.txt");