diff options
author | M.Gergo | 2018-08-26 10:11:34 +0200 |
---|---|---|
committer | M.Gergo | 2018-08-26 10:11:34 +0200 |
commit | 228488d05c55a9e6a0a405f7a0e90fc3aab43f87 (patch) | |
tree | f72a5e33b4394c633edb2368ef14df3c50d8390b /checkupdate.sh | |
parent | 2f5969b827ff17ee05e05f46025367017fdfcf44 (diff) | |
download | mayor-228488d05c55a9e6a0a405f7a0e90fc3aab43f87.tar.gz mayor-228488d05c55a9e6a0a405f7a0e90fc3aab43f87.zip |
Rev: 4344
Diffstat (limited to 'checkupdate.sh')
-rwxr-xr-x[-rw-r--r--] | checkupdate.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/checkupdate.sh b/checkupdate.sh index 0eda521d..5e20e8bd 100644..100755 --- 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 |