regenerated
[www.git] / psensor-www-update.sh
index 3887ccd..40444b9 100755 (executable)
@@ -5,8 +5,10 @@ set -e
 GIT_DIR=git
 
 if [ ! -d $GIT_DIR/psensor ]; then
+    echo "GIT clone"
     git clone http://git.wpitchoune.net/psensor.git $GIT_DIR/psensor
 else
+    echo "GIT pull"
     git -C $GIT_DIR/psensor pull
 fi