mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-12-22 20:20:06 +09:00
fix ssh config
How did I not commit this yet?
This commit is contained in:
parent
95bdc6bb7a
commit
053c55300b
@ -138,7 +138,7 @@ do_memory_split() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
do_ssh() {
|
do_ssh() {
|
||||||
if [ -e /var/log/regen_ssh_keys.log ] && ! grep -q "^finished"; then
|
if [ -e /var/log/regen_ssh_keys.log ] && ! grep -q "^finished" /var/log/regen_ssh_keys.log; then
|
||||||
whiptail --msgbox "Initial ssh key generation still running. Please wait and try again." 20 60 2
|
whiptail --msgbox "Initial ssh key generation still running. Please wait and try again." 20 60 2
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user