diff --git a/g1sms/init_keys.sh b/g1sms/init_keys.sh index e11f5c1..3768514 100755 --- a/g1sms/init_keys.sh +++ b/g1sms/init_keys.sh @@ -11,7 +11,7 @@ MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized YOU=$(ps auxf --sort=+utime | grep -w ipfs | grep -v -E 'color=auto|grep' | tail -n 1 | cut -d " " -f 1); if [[ $USER == $YOU ]]; then - IPFSNODEID=$(ipfs id -f='\n') \ + IPFSNODEID=$(ipfs id -f='\n') else # CASE root IPFSNODEID=$(su $YOU -c "ipfs id -f='\n'") @@ -42,7 +42,7 @@ $NANODATE /_/_/ /_/_/\__/ /_/|_|\___/\__, /____/ /____/ -I am $YOU on $IPFSNODEID +I am $USER on $IPFSNODEID "