From aa80da935643d4417a54752a2ec178ea2af4f715 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 6 Jul 2019 03:02:18 -0400 Subject: [PATCH] further improve deployment script output --- deploy_static | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy_static b/deploy_static index 95d76d02..84657591 100755 --- a/deploy_static +++ b/deploy_static @@ -18,3 +18,6 @@ echo rsync -rcve ssh --delete static/ $remote:$target ssh $remote chmod -R a+rX $target ssh $remote ln -snf $target html + +echo +echo active is now $target