cleanup
This commit is contained in:
parent
b8105f5ae3
commit
55721f1701
|
@ -3,7 +3,8 @@
|
|||
BOLD='\033[1m'
|
||||
BLUE='\033[34m'
|
||||
|
||||
sudo xbps-install -Syu && pkill -RTMIN+8 "${STATUSBAR:-dwmblocks}"
|
||||
sudo xbps-install -Syu
|
||||
pkill -RTMIN+8 "${STATUSBAR:-dwmblocks}"
|
||||
|
||||
printf "%b" "${BOLD}${BLUE}Upgrade complete.\nPress <Enter> to exit window.\n"
|
||||
read -r _
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
|
||||
exec syncthing --no-browser --logfile="$HOME/.local/log/syncthing.log"
|
||||
exec syncthing --no-browser --logfile="$HOME/.local/log/syncthing.log" >/dev/null
|
||||
|
|
Loading…
Reference in New Issue