diff --git a/dots/bin/startup.sh b/dots/bin/startup.sh index 4a2cfdc..62b14dc 100755 --- a/dots/bin/startup.sh +++ b/dots/bin/startup.sh @@ -6,13 +6,12 @@ # this file, for manually running it, and starting misc programs. # ----- -#notify-send "<< startup.sh >>" +notify-send "<< startup.sh >>" -#megasync & # mega sync service nextcloud & # nextcloud file sync -#pcloud & # pcloud service +pcloud & # pcloud service -#if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then -# psensor & -# synology-drive & -#fi +if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then + psensor & + synology-drive & +fi