Code Update

This commit is contained in:
Christer Warén
2025-04-27 15:21:27 +03:00
parent 283b7538e6
commit 7b837fdba7
5 changed files with 34 additions and 34 deletions

View File

@ -3,11 +3,11 @@ wx-start(){
if [[ $USER != "root" && $USER != "local" ]]
then
mkdir -p $HOME/.config/warengroup &> /dev/null
mkdir -p $HOME/.warengroup &> /dev/null
if [[ ! -f "$HOME/.config/warengroup/config.json" ]]
if [[ ! -f "$HOME/.warengroup/config.json" ]]
then
echo '{}' | jq > $HOME/.config/warengroup/config.json
echo '{}' | jq > $HOME/.warengroup/config.json
fi
mkdir -p $HOME/.ssh/keys