Skip to content

Commit

Permalink
L #-: Double quote variable
Browse files Browse the repository at this point in the history
  • Loading branch information
xorel committed Aug 18, 2024
1 parent dc27a9c commit fd1b549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minione
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@ deny_ssh_from_vnet() {
echo "" >>/etc/ssh/sshd_config
echo "DenyUsers ${STAR_NET}" >>/etc/ssh/sshd_config
fi
systemctl restart ${SSHD_SERVICE}
systemctl restart "${SSHD_SERVICE}"
}

add_keys_to_known_hosts() {
Expand Down

0 comments on commit fd1b549

Please sign in to comment.