You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here are a few suggestions:
1> /dev/null should be > /dev/null
Otherwise, there is an error when running on MacOS.
Include correct email in key. Add the following in createKey():
KNAME=$(basename $KEY)
grep -q '@' <<< $KNAME || KNAME=$KNAME@$HOSTNAME
KEYEMAIL="-C $KNAME"
Thanks for the script!
Here are a few suggestions:
1> /dev/null should be > /dev/null
Otherwise, there is an error when running on MacOS.
Include correct email in key. Add the following in createKey():
KNAME=$(basename $KEY)
grep -q '@' <<< $KNAME || KNAME=$KNAME@$HOSTNAME
KEYEMAIL="-C $KNAME"
The text was updated successfully, but these errors were encountered: