From: Nicolas Boisselier Date: Wed, 8 Jul 2015 08:32:59 +0000 (+0100) Subject: nb-install X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=9609caa2e9dad3fca387260aaf982d4d0a8242e4;p=nb.git nb-install --- diff --git a/bin/nb-install b/bin/nb-install index e80c8e5b..92cabad5 100755 --- a/bin/nb-install +++ b/bin/nb-install @@ -63,7 +63,7 @@ fi echo "[ -r $NB_ROOT/etc/profile ] && . $NB_ROOT/etc/profile" > $TMP.profile if [ -d /etc/profile.d ]; then - rm -v /etc/profile.d/nb-profile.sh + rm -fv /etc/profile.d/nb-profile.sh if fdiff $TMP.profile /etc/profile.d/nb.sh 1>/dev/null 2>&1; then verbose "Install /etc/profile.d/nb.sh"