Source Update

This commit is contained in:
Christer Warén 2024-04-29 07:51:17 +03:00
parent dc0bdf6755
commit 7b7c540e12
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ wx-ssh-sign(){
wx-ssh-sign-create(){
mkdir -p $HOME/.ssh/keys
chmod 600 $HOME/.ssh/keys
chmod 700 -R $HOME/.ssh/keys
NAME=$1
ROLE=$2

2
wx
View File

@ -385,7 +385,7 @@ wx-ssh-sign(){
wx-ssh-sign-create(){
mkdir -p $HOME/.ssh/keys
chmod 600 $HOME/.ssh/keys
chmod 700 -R $HOME/.ssh/keys
NAME=$1
ROLE=$2