From ca7debcaabe9419c21b4bdf1f15b259692385be9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emre=20AKY=C3=9CZ?= Date: Tue, 21 Nov 2023 16:26:36 +0300 Subject: [PATCH] Correct typo on notification --- .local/bin/videosearch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/videosearch b/.local/bin/videosearch index 597b8013..0d7a8a3c 100644 --- a/.local/bin/videosearch +++ b/.local/bin/videosearch @@ -12,7 +12,7 @@ command -v locate >/dev/null || { notify-send "You have no database. Creating it..." disk_path=$(echo "" | rofi -dmenu -l 0 -p "Enter the disk path (e.g '/mnt/harddisk'): ") sudo updatedb -o ~/.config/.mymlocate.db -U "$disk_path" || { - notify-send "Failed. Run the script once on terminal OR change doas permissions." + notify-send "Failed. Run the script once on terminal OR change sudo permissions." exit 1 } }