fix mkdir

This commit is contained in:
nevaforget 2024-12-20 00:02:25 +01:00
parent 6fab05f7b8
commit 4b71b58a9f

View File

@ -259,8 +259,8 @@ function init {
rm -f $LOG
mkdir $HYPRMOONARCH_DIR/.cache
mkdir $HOME/.hyprm
mkdir -p $HYPRMOONARCH_DIR/.cache
mkdir -p $HOME/.hyprm
log "Installation start\n"