Compare commits

..

2 Commits

Author SHA1 Message Date
Emre AKYÜZ
f87faf7173
Merge ca7debcaabe9419c21b4bdf1f15b259692385be9 into 07952026753f1bbeaf5b6c4eb5414a9c51536041 2023-11-21 19:25:59 +00:00
Emre AKYÜZ
ca7debcaab
Correct typo on notification 2023-11-21 16:26:36 +03:00

View File

@ -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
}
}