Fix entering secret manually. Fix missing Dolphin bookmarks.
This commit is contained in:
parent
cb2ed82715
commit
1b990b8cdb
3 changed files with 4 additions and 2 deletions
|
@ -6,6 +6,8 @@ set -eu
|
|||
|
||||
file="${1:-$HOME/.local/share/user-places.xbel}"
|
||||
|
||||
[[ -e "$file" ]] || exit 0
|
||||
|
||||
if grep -q "Tausch\|Nextcloud" "$file" ; then
|
||||
echo "Your Dolphin seems to already contain 'Tausch' and/or 'Nextcloud'."
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue