commit 0105df31d74e4b3d53979ae351de81a4c0a3f983 parent debb73d213dff5bcbf40ada0acbd31011372feb0 Author: Daniel Moch <daniel@danielmoch.com> Date: Thu, 12 Dec 2019 05:43:47 -0500 Cloudsync: Remove flag from type command Diffstat:
M | .local/lib/cron.avail/cloudsync.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/lib/cron.avail/cloudsync.sh b/.local/lib/cron.avail/cloudsync.sh @@ -39,7 +39,7 @@ else exit -1 fi -if type -p xdg-user-dir > /dev/null 2>&1 +if type xdg-user-dir > /dev/null 2>&1 then LOCAL_PHOTOS=`xdg-user-dir PICTURES` else