cloudron-support: typo

This commit is contained in:
Girish Ramakrishnan
2025-07-11 12:25:50 +02:00
parent 871a6f23e2
commit 148c0d9213

View File

@@ -124,7 +124,7 @@ function disable_remote_support() {
mkdir -p $(dirname "${keys_file}") # .ssh does not exist sometimes
touch "${keys_file}" # required for del below to work
if grep -q "${cloudron_support_public_key}" "${keys_file}"; then
sed "/${cloudron_support_public_key}/d" "${keys_file}"
sed "/${cloudron_support_public_key}/d" -i "${keys_file}"
fi
echo "Done"