Skip to content
Snippets Groups Projects
Commit 54bb5908 authored by efer's avatar efer
Browse files

add .dbus to Linux exclude

parent 3b703a96
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,8 @@ elif [ $HOST_OS = 'Linux' ]; then ...@@ -77,7 +77,8 @@ elif [ $HOST_OS = 'Linux' ]; then
NOTIFY0='notify-send "Backup done"' NOTIFY0='notify-send "Backup done"'
NOTIFY1='notify-send "Backup did not complete"' NOTIFY1='notify-send "Backup did not complete"'
fi fi
pexcl=($H/Videos) pexcl=($H/Videos
$H/.dbus)
# SYSTEMD # SYSTEMD
$(which systemctl &>/dev/null) $(which systemctl &>/dev/null)
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment