cloudron-support: Remove unused var

This commit is contained in:
Girish Ramakrishnan
2022-05-07 19:25:06 -07:00
parent 622ba01c7a
commit e19e5423f0

View File

@@ -86,7 +86,6 @@ if [[ "${enableSSH}" == "true" ]]; then
echo -e $LINE"SSH"$LINE >> $OUT
echo "Username: ${ssh_user}" >> $OUT
echo "Port: ${ssh_port}" >> $OUT
echo "PermitRootLogin: ${permit_root_login}" >> $OUT
echo "Key file: ${keys_file}" >> $OUT
echo -n "Enabling ssh access for the Cloudron support team..."