mirror of
https://github.com/idanoo/m2.nz
synced 2025-07-03 05:42:15 +00:00
Remove RSA key
This commit is contained in:
parent
94d7b957a8
commit
505fab9b21
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue