From 7c48368c23ec7c7e8b7b957fa819d095a7be0e9b Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 28 Sep 2015 11:32:15 -0700 Subject: Use HOME instead of ~ --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run.sh') diff --git a/run.sh b/run.sh index a648af4..28a19b0 100755 --- a/run.sh +++ b/run.sh @@ -2,5 +2,5 @@ . ./bin/activate ./bin/pelican content -s pelicanconf.py -t themes/pelican-elegant-1.3 || exit if [ "$REALLY_DEPLOY" = "1" ]; then - rsync -e "ssh -i ~/.ssh/twir_deploy_key" -razvP --delete-after output/ twir@octayn.net:production + rsync -e "ssh -i $HOME/.ssh/twir_deploy_key" -razvP --delete-after output/ twir@octayn.net:production fi -- cgit v1.2.3