| tupdate to new IP - exercise_time - announce workout exercises with notificatio… | |
| git clone git://src.adamsgaard.dk/exercise_time | |
| Log | |
| Files | |
| Refs | |
| LICENSE | |
| --- | |
| commit 1cfd7bce2e18e11356bdf698d6640b78171a29a9 | |
| parent 99082922ea15b687055382e395e90595b200ae6c | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Tue, 22 Sep 2015 16:09:45 +0200 | |
| update to new IP | |
| Diffstat: | |
| M exercise_time.sh | 4 ++-- | |
| 1 file changed, 2 insertions(+), 2 deletions(-) | |
| --- | |
| diff --git a/exercise_time.sh b/exercise_time.sh | |
| t@@ -39,9 +39,9 @@ fi | |
| UNAMESTR=`uname` | |
| if [[ "$UNAMESTR" == 'Darwin' ]]; then | |
| - IP=`/sbin/ifconfig | grep 192.168.40` | |
| + IP=`/sbin/ifconfig | grep 192.168.1.2` | |
| else | |
| - IP=`ip addr | grep 192.168.40` | |
| + IP=`ip addr | grep 192.168.1.2` | |
| fi | |
| for ((i=0; i<$1; i++)); do |