mirror of
https://github.com/linuxserver/server-backup.git
synced 2026-01-20 11:32:19 +08:00
try taking out known_hosts requirment
This commit is contained in:
parent
4ebbeb524e
commit
41766ee049
@ -10,7 +10,6 @@ mkdir -p \
|
||||
[[ ! -e /config/ssh/id_rsa.pub ]] || \
|
||||
[[ ! -e /config/ssh/id_rsa ]] || \
|
||||
[[ ! -e /config/ssh/config ]] || \
|
||||
[[ ! -e /config/ssh/known_hosts ]] || \
|
||||
[[ ! -e /config/cron/jobs ]] && \
|
||||
( echo "required config not found" && exit 1)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user