]> git.nbdom.net Git - nb.git/commitdiff
etc/profile.d/nb.sh
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Tue, 2 Jan 2018 16:35:18 +0000 (16:35 +0000)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Tue, 2 Jan 2018 16:35:18 +0000 (16:35 +0000)
etc/profile.d/nb.sh

index a7a4816b95b13fc073630bf85b4a036814d8ac47..d4524dec2c06dfaad01b6fc3616815a28d1b5da6 100644 (file)
@@ -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