diff options
Diffstat (limited to 'config/anyterm')
-rw-r--r-- | config/anyterm/anyterm.inc | 2 |
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"); |