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");