comments out the systemctl for debos install

This commit is contained in:
waldek 2022-03-22 10:50:48 +01:00
parent 03070221be
commit 94c425b419
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ function install_tmuxviewer () {
sudo passwd -d $VIEWER 1> /dev/null
sudo mkdir -p $SSHD_CONFIG_FOLDER
sudo echo -e "Match User $VIEWER\n\tPermitEmptyPasswords yes" > $CONFIG_FILE_PATH
sudo systemctl restart sshd.service
#sudo systemctl restart sshd.service
}
function uninstall_tmuxviewer () {