Remove RSA key

This commit is contained in:
idanoo 2022-10-12 19:45:10 +13:00
parent 94d7b957a8
commit 505fab9b21
Signed by: idanoo
GPG key ID: 387387CDBC02F132
2 changed files with 2 additions and 4 deletions

View file

@ -5,8 +5,8 @@
# rm -fr ~/.ssh/authorized_keys
# Root check
if [ "$EUID" -ne 0 ]
then echo "Please run as root"
if [ "$EUID" -ne 0 ]; then
echo "Please run as root"
exit
fi