summaryrefslogtreecommitdiff
path: root/bin/set-grub-theme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/set-grub-theme.sh')
-rw-r--r--bin/set-grub-theme.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/set-grub-theme.sh b/bin/set-grub-theme.sh
index f3f52fe..5774c99 100644
--- a/bin/set-grub-theme.sh
+++ b/bin/set-grub-theme.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-readonly THEME_PKG_OR_DIR=$1
+readonly THEME_PKG_OR_DIR=$1 # or stdin?
readonly GRUB_DIR=/boot/grub
readonly THEMES_DIR=$GRUB_DIR/themes
readonly THEME_FILENAME='theme.txt'