diff --git a/install.sh b/install.sh index cc03bed..8b2885f 100755 --- a/install.sh +++ b/install.sh @@ -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 () {