From 046d4331ad05fe93a5b5be804ca55ca92678b86b Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 16 Oct 2009 22:37:17 -0400 Subject: Add missin ; --- config/anyterm/anyterm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/anyterm') diff --git a/config/anyterm/anyterm.inc b/config/anyterm/anyterm.inc index 6ae26147..52cac183 100644 --- a/config/anyterm/anyterm.inc +++ b/config/anyterm/anyterm.inc @@ -93,7 +93,7 @@ EOD; fwrite($fd, $anyterm); fclose($fd); // Make executable - exec("chmod a+rx /usr/local/etc/rc.d/anyterm.sh") + exec("chmod a+rx /usr/local/etc/rc.d/anyterm.sh"); // Write out Anyterm configuration file (username and password for auth) $fd = fopen("/var/etc/anyterm.conf", "w"); -- cgit v1.2.3