aboutsummaryrefslogtreecommitdiffstats
path: root/config/anyterm/anyterm.inc
diff options
context:
space:
mode:
Diffstat (limited to 'config/anyterm/anyterm.inc')
-rw-r--r--config/anyterm/anyterm.inc2
1 files changed, 1 insertions, 1 deletions
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");