From 94c425b419ce51699474865644d70b5bb91d5d5a Mon Sep 17 00:00:00 2001 From: waldek Date: Tue, 22 Mar 2022 10:50:48 +0100 Subject: [PATCH] comments out the systemctl for debos install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {