aboutsummaryrefslogtreecommitdiff
path: root/upload.sh
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-11-01 16:17:40 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2015-11-01 16:17:40 +0100
commit46f5784e3acb277aab44217e2521625ffe043d35 (patch)
tree69656dc124c4de5f9fceab585f26dfc295467420 /upload.sh
parentb36b6c7528fe443de9278802d0022e696727486b (diff)
downloadesp-playground-46f5784e3acb277aab44217e2521625ffe043d35.tar.gz
esp-playground-46f5784e3acb277aab44217e2521625ffe043d35.tar.bz2
esp-playground-46f5784e3acb277aab44217e2521625ffe043d35.tar.xz
esp-playground-46f5784e3acb277aab44217e2521625ffe043d35.zip
o Cleaning up logging.
Diffstat (limited to 'upload.sh')
-rwxr-xr-xupload.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/upload.sh b/upload.sh
index 68d8ebd..65005bf 100755
--- a/upload.sh
+++ b/upload.sh
@@ -8,7 +8,7 @@ cookie=$(cd $dir; echo $(pwd)/.cookie)
cmd=()
paths=()
-for path in $(ls "$dir"/cfg-* "$dir"/*.lua)
+for path in $(ls "$dir"/cfg-* "$dir"/*.lua 2>/dev/null)
do
if [[ $path -nt "$cookie" ]]
then