From 228488d05c55a9e6a0a405f7a0e90fc3aab43f87 Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Sun, 26 Aug 2018 10:11:34 +0200 Subject: Rev: 4344 --- checkupdate.sh | 4 ++++ 1 file changed, 4 insertions(+) mode change 100644 => 100755 checkupdate.sh (limited to 'checkupdate.sh') diff --git a/checkupdate.sh b/checkupdate.sh old mode 100644 new mode 100755 index 0eda521d..5e20e8bd --- a/checkupdate.sh +++ b/checkupdate.sh @@ -25,6 +25,10 @@ if [ "$nrev" -gt "$orev" ]; then tar -xzf /tmp/mayor-naplo-current.tgz tar -xzf /tmp/mayor-portal-current.tgz + + cd $pd + git add --all + git commit -a -m "Rev: $nrev" fi -- cgit v1.2.3