Skip to content

Commit

Permalink
okm-menu: Fix cannot properly create .okm dir
Browse files Browse the repository at this point in the history
Signed-off-by: Rem01Gaming <[email protected]>
  • Loading branch information
Rem01Gaming committed Nov 23, 2024
1 parent 2eb9028 commit f37d959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/okm-menu
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if ! hash fzf fzy jq curl sqlite3; then
exit 127
fi

[ ! -d $HOME/.okm ] && mkdir $HOME/.okm
[ ! -d $HOME/.okm ] && mkdir -p $HOME/.okm

if [ ! -f $PREFIX/share/origami-kernel/init_run.sh ]; then
echo "[-] Faulty installation detected !"
Expand Down

0 comments on commit f37d959

Please sign in to comment.