Actualizar 01-setup-user.sh
This commit is contained in:
parent
cfc447467a
commit
0b43459494
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
#!/bin/bash -eu
|
||||
# Run this as your Linux user — NOT as root
|
||||
|
||||
if [ "$EUID" -eq 0 ]; then
|
||||
echo "Please run this script as your Linux user, not as root"
|
||||
exit 1
|
||||
|
|
@ -34,4 +33,4 @@ echo ""
|
|||
echo "2) Your IPv6 status: ${IPV6_RESULT}"
|
||||
echo "================================================================"
|
||||
echo ""
|
||||
echo "Once SP has whitelisted your SSH key, run install.sh"
|
||||
echo "Once SP has whitelisted your SSH key, run ~/02-install.sh"
|
||||
Loading…
Reference in a new issue