Identation

This commit is contained in:
MatMoul 2023-12-06 00:22:37 +01:00
parent 61d0250fd9
commit 9d737c255b

2
sshrm
View File

@ -10,5 +10,5 @@ if [ ! "${1}" == "" ]; then
esac
ssh-keygen -R "${HOST}"
else
echo "Error: No IP or line number provided !"
echo "Error: No IP or line number provided !"
fi