Do not create sessiondir in the script because cninjame will create it if it does not exist.

This commit is contained in:
Storm Dragon 2023-12-13 18:33:03 -05:00
parent 5b6668f57b
commit 412ef74e91
1 changed files with 0 additions and 1 deletions

1
tojam
View File

@ -56,7 +56,6 @@ done
config="${XDG_CONFIG_HOME:-${HOME}/.config}/tojam"
sessiondir="${HOME}/tojam-sessions"
mkdir -p "${config}"
mkdir -p "${sessiondir}"
if ! [[ -r "${config}/config" ]]; then
# Write initial config file