From 9609caa2e9dad3fca387260aaf982d4d0a8242e4 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Wed, 8 Jul 2015 09:32:59 +0100 Subject: [PATCH] nb-install --- bin/nb-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3