Skip to content

Commit

Permalink
start by default in Qubes
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schleizer committed Jul 17, 2019
1 parent f6f2214 commit ee4f5ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/lib/sdwdate-gui/start-maybe
Expand Up @@ -9,10 +9,10 @@ if [ -d /usr/lib/qubes ]; then
VM_TYPE="$(/usr/bin/qubesdb-read /qubes-vm-type)"

if [ "$VM_TYPE" == "AppVM" ]; then
#/usr/lib/sdwdate-gui/sdwdate-watcher
/usr/lib/sdwdate-gui/sdwdate-watcher
true
elif [ "$VM_TYPE" == "ProxyVM" ]; then
#sdwdate-gui-qubes
sdwdate-gui-qubes
true
fi

Expand Down

0 comments on commit ee4f5ff

Please sign in to comment.