mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-18 11:40:33 +02:00
make sure ssd is started
This commit is contained in:
@@ -105,8 +105,10 @@ if [ "${provisionFlagExists}" == "1" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# make sure SSH server certs are configured
|
||||
# make sure SSH server certs are configured & sshd is running
|
||||
sudo systemctl stop sshd
|
||||
sudo dpkg-reconfigure openssh-server
|
||||
sudo systemctl start sshd
|
||||
|
||||
######################################
|
||||
# SECTION FOR POSSIBLE REBOOT ACTIONS
|
||||
|
Reference in New Issue
Block a user