add SSH info to install
This commit is contained in:
parent
62ec62ef47
commit
d47693cb4f
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
# create install file
|
# create install file
|
||||||
echo '#!/bin/sh
|
echo '#!/bin/sh
|
||||||
' > install.sh
|
' > install.sh
|
||||||
grep -E "(^HTTP_)|(^PKG_PATH)" .config >> install.sh
|
cat .config >> install.sh
|
||||||
echo '
|
echo '
|
||||||
|
|
||||||
# Generate conf file
|
# Generate conf file
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue