mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
fix dev scripts.
This commit is contained in:
parent
2d8e5c9753
commit
4bd6eb6db9
@ -13,6 +13,10 @@ if [ -z $NEKO_HOST ]; then
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
if [ -z $NEKO_HOST ]; then
|
||||||
|
NEKO_HOST=$(hostname -I 2>/dev/null | awk '{print $1}')
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -z $NEKO_HOST ]; then
|
if [ -z $NEKO_HOST ]; then
|
||||||
NEKO_HOST=$(hostname -i 2>/dev/null)
|
NEKO_HOST=$(hostname -i 2>/dev/null)
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user