Skip to content

Commit

Permalink
fix creation of etcDir
Browse files Browse the repository at this point in the history
  • Loading branch information
kRHYME7 committed Aug 27, 2024
1 parent 9d246af commit 7d4b027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/GLOBAL-hyde
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ export HYDE_RUNTIME_DIR=$XDG_RUNTIME_DIR/hyde

# Cli Configs
export etcDir="/etc/hyde-cli"
[[ "/usr" == *"${CLI_PATH}"* ]] || etcDir="$HOME/.hyde-cli"
[[ "${CLI_PATH}" == *"/usr"* ]] || etcDir="$HOME/.hyde-cli"
export usrDir="${CLI_PATH}/share/hyde-cli"

# Config
Expand Down

0 comments on commit 7d4b027

Please sign in to comment.