From: Nicolas Boisselier Date: Tue, 2 Jan 2018 16:35:18 +0000 (+0000) Subject: etc/profile.d/nb.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=36a1b015d48dcf8bea4d399816f093b3f19f1618;p=nb.git etc/profile.d/nb.sh --- diff --git a/etc/profile.d/nb.sh b/etc/profile.d/nb.sh index a7a4816b..d4524dec 100644 --- a/etc/profile.d/nb.sh +++ b/etc/profile.d/nb.sh @@ -87,6 +87,7 @@ nb_api_post() { [ -z "$host" ] && host=$(hostname -f) local curl="nb_api /data/$table/replace.sh -d host=$host" + #local curl="" local args="$*" while [ "$#" -gt "0" ]; do