evolution reset calendar function
This commit is contained in:
parent
559cddb45a
commit
59d90835d3
@ -1,4 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
function reset_evolution() {
|
||||
# Reset evolution calendar factory
|
||||
# When it hangs connecting to EWS calendar outlooko365
|
||||
EWS_DEBUG=2 /usr/lib/evolution-data-server/evolution-calendar-factory -w
|
||||
}
|
||||
|
||||
function salt() {
|
||||
if [[ "$1" == "state.apply" ]]; then
|
||||
sudo salt-call --local --file-root "$HOME/salt/states" --pillar-root "$HOME/salt/pillars" "$@" pillar="{username: $USER}"
|
||||
|
Loading…
Reference in New Issue
Block a user