summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-05-27 19:44:03 +0000
committerErmal <eri@pfsense.org>2014-05-27 19:44:03 +0000
commit9cc22856d5283741be2ec1426a4fd9bf8ec3b423 (patch)
tree3a36d4454d164f38ccf179cb3b67d6f94b5c54e4
parentaa7ec4185ad49cadd1e287403abc9214bc326126 (diff)
downloadpfsense-9cc22856d5283741be2ec1426a4fd9bf8ec3b423.zip
pfsense-9cc22856d5283741be2ec1426a4fd9bf8ec3b423.tar.gz
Remove the space here which probably is preventing from calling sshd from fcgi
-rwxr-xr-xetc/sshd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sshd b/etc/sshd
index 08c46ad..eef64b6 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -1,4 +1,4 @@
-#! /usr/local/bin/php -f
+#!/usr/local/bin/php -f
<?php
/*
sshd - Modified to work on disk based system
OpenPOWER on IntegriCloud