Skip to content

Commit

Permalink
Merge pull request #997 from atsign-foundation/cpswan-atsign-ownership
Browse files Browse the repository at this point in the history
fix: Ownership should be applied to .atsign rather than keys subdirectory
  • Loading branch information
XavierChanth authored Apr 26, 2024
2 parents a670259 + 54664d6 commit f11e6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dart/sshnoports/bundles/universal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ get_atsign() {
fi
else
mkdir -p "$user_home"/.atsign/keys
chown -R $user:$user "$user_home"/.atsign/keys
chown -R $user:$user "$user_home"/.atsign
echo "$HOME/.atsign/keys directory created"
echo "Since we did not detect any atkeys on this machine, please enter the $clientOrDevice atSign manually."
get_atsign_manually
Expand Down

0 comments on commit f11e6e6

Please sign in to comment.