I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit d02f4366 authored by idk's avatar idk
Browse files

Fix extra colon in site-updater.sh

parent add2fbb0
No related branches found
No related tags found
1 merge request!1Fix extra colon in site-updater.sh
...@@ -16,7 +16,7 @@ if [ -d ./.git ]; then ...@@ -16,7 +16,7 @@ if [ -d ./.git ]; then
./compile-messages-i2hq.sh ./compile-messages-i2hq.sh
fi fi
echo "Git revision: $(git log -n 1 | grep commit | sed 's/commit //' | sed 's/ .*$//')" >./i2p2www/pages/include/mtnversion echo "Git revision: $(git log -n 1 | grep commit | sed 's/commit: //' | sed 's/ .*$//')" >./i2p2www/pages/include/mtnversion
if grep "^git: updating 'i2p2www/.*\.py\|^mtn: updating 'i2p2www/.*/.*\.py" "$TMP" >/dev/null ; then if grep "^git: updating 'i2p2www/.*\.py\|^mtn: updating 'i2p2www/.*/.*\.py" "$TMP" >/dev/null ; then
echo "Python files changed, restarting server" echo "Python files changed, restarting server"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment