]> git.nbdom.net Git - nb.git/commitdiff
nb-install
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Wed, 8 Jul 2015 08:32:59 +0000 (09:32 +0100)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Wed, 8 Jul 2015 08:32:59 +0000 (09:32 +0100)
bin/nb-install

index e80c8e5b2206e2023e4c55dba4794540a265742b..92cabad55e6d741a8454d9c24eeb4dc2b12e3b20 100755 (executable)
@@ -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"