Skip to content

fix: create ~/.ssh before saving language preference#4

Merged
mariusdjen merged 1 commit into
mainfrom
fix/lang-ssh-dir
Apr 14, 2026
Merged

fix: create ~/.ssh before saving language preference#4
mariusdjen merged 1 commit into
mainfrom
fix/lang-ssh-dir

Conversation

@mariusdjen

Copy link
Copy Markdown
Owner

vpskit crashed on fresh machines where ~/.ssh did not exist yet: save_lang_preference() wrote the language file without creating the parent directory, and set -e killed the script before the menu appeared.

Create the directory (700 perms) before writing.

vpskit crashed on fresh machines where ~/.ssh did not exist yet:
save_lang_preference() wrote the language file without creating
the parent directory, and set -e killed the script before the
menu appeared.

Create the directory (700 perms) before writing.
@mariusdjen
mariusdjen merged commit 2354398 into main Apr 14, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant