Skip to content

Commit

Permalink
Fix linting and update script perm
Browse files Browse the repository at this point in the history
  • Loading branch information
jardon committed Sep 18, 2024
1 parent 306bab3 commit dbc8a65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system_files/shared/etc/profile.d/sb-key-notify-autostart.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/bash

if test "$(id -u)" -gt "0" && test -d "$HOME"; then
if test ! -e "$HOME"/.config/autostart/sb-key-notify.desktop; then
mkdir -p "$HOME"/.config/autostart
Expand Down

0 comments on commit dbc8a65

Please sign in to comment.