From ca438405872705d8c7e20c14c9216d41529d7994 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 20 Mar 2021 02:48:17 -0700 Subject: Fix sbg bug... for some reason names package creates a command here... --- .local/bin/lsync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.local/bin/lsync') diff --git a/.local/bin/lsync b/.local/bin/lsync index 533710d..d414703 100755 --- a/.local/bin/lsync +++ b/.local/bin/lsync @@ -3,8 +3,8 @@ # This pushes everything! (except for blog, since it needs a bit more management) echo "rsync: pushing (U) local (lz) to webserver (lzserver). (luevano.xyz)" -rsync -rtuvP --delete-after --exclude-from=$HOME/dox/www/luevano.xyz/.rsyncignore $HOME/dox/www/luevano.xyz/ lzr:/var/www/ +rsync -rtuvP --delete-after --exclude-from=$HOME/dox/www/luevano.xyz/.rsyncignore $HOME/dox/www/luevano.xyz/ luevanor:/var/www/ # This pushes the blog. echo "rsync: pushing (U) local (lz) to webserver (lzserver). (blog.luevano.xyz)" -rsync -rtuvP --delete-after $HOME/dox/www/luevano.xyz/blog/dst/ lzr:/var/www/blog/ +rsync -rtuvP --delete-after $HOME/dox/www/luevano.xyz/blog/dst/ luevanor:/var/www/blog/ -- cgit v1.2.3-70-g09d2