Skip to content

Commit

Permalink
Merge pull request yacy#260 from agnelvishal/patch-2
Browse files Browse the repository at this point in the history
Update up.sh

It looks like this is a missing impact for earlier commit 65e6ae5.
  • Loading branch information
luccioman authored Dec 8, 2018
2 parents c8ad904 + 15f7636 commit d38c656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/up.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env sh
cd "`dirname $0`"
./apicall.sh "/Network.xml?page=1&ip=" | awk '/<address>/{ gsub("<address>","" );gsub("<\/address>","" ); print $0 }' | awk '{print $1}';
./apicall.sh "/Network.xml?page=1" | awk '/<address>/{ gsub("<address>","" );gsub("<\/address>","" ); print $0 }' | awk '{print $1}';

#port=$(grep ^port= "$YACY_DATA_PATH/SETTINGS/yacy.conf" |cut -d= -f2)
#./up1.sh localhost:$port
Expand Down

0 comments on commit d38c656

Please sign in to comment.