Skip to content

Commit

Permalink
Fix wrong character
Browse files Browse the repository at this point in the history
  • Loading branch information
jofemodo committed Feb 18, 2024
1 parent 52dfa49 commit 7a69951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sbin/zynthian.sh
Expand Up @@ -8,7 +8,7 @@ export ZYNTHIAN_LOG_LEVEL=10 # 10=DEBUG, 20=INFO, 30=WARNING, 40=ERROR, 50=CRI
if [ "$ZYNTHIAN_UI_ENABLE_CURSOR" == "1" ]; then
X11_SERVER_OPTIONS=""
else
X11_SERVER_OPTIONS="nocursor"
X11_SERVER_OPTIONS="-nocursor"
fi

cd $ZYNTHIAN_UI_DIR
Expand Down
2 changes: 1 addition & 1 deletion scripts/update_zynthian_sys.sh
Expand Up @@ -451,7 +451,7 @@ fi
if [ "$ZYNTHIAN_UI_ENABLE_CURSOR" == "1" ]; then
X11_SERVER_OPTIONS=""
else
X11_SERVER_OPTIONS="nocursor"
X11_SERVER_OPTIONS="-nocursor"
fi

# Copy fonts to system directory
Expand Down

0 comments on commit 7a69951

Please sign in to comment.