From 36a1b015d48dcf8bea4d399816f093b3f19f1618 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Tue, 2 Jan 2018 16:35:18 +0000 Subject: [PATCH] etc/profile.d/nb.sh --- etc/profile.d/nb.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3