mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-09 15:14:20 +01:00
fix copy bug (#20)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "SSH server",
|
||||
"version": "0.2",
|
||||
"version": "0.3",
|
||||
"slug": "ssh",
|
||||
"description": "Connect to your server over SSH",
|
||||
"startup": "before",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user