fix copy bug (#20)

This commit is contained in:
Pascal Vizeli
2017-04-30 22:26:02 +02:00
committed by GitHub
parent ef694f6a11
commit dcd648c678
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "SSH server",
"version": "0.2",
"version": "0.3",
"slug": "ssh",
"description": "Connect to your server over SSH",
"startup": "before",

View File

@@ -23,7 +23,7 @@ if [ ! -d "$KEYS_PATH" ]; then
ssh-keygen -A
cp -fp /etc/ssh/ssh_host* "$KEYS_PATH/"
else
cp -fp "$KEYS_PATH/*" /etc/ssh/
cp -fp "$KEYS_PATH"/* /etc/ssh/
fi
# start server