Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
disable copy routine as /usr/bin/nv is now a symlink
  • Loading branch information
centminmod committed Aug 12, 2016
1 parent 4fc67ac commit 3893eea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inc/centminfinish.inc
Expand Up @@ -225,10 +225,10 @@ fi
/usr/bin/mytimes
cecho "--------------------------------------------------------" $boldyellow

if [ -f "$CUR_DIR/tools/nv.sh" ]; then
cp "$CUR_DIR/tools/nv.sh" /usr/bin/nv
chmod +x /usr/bin/nv
fi
# if [ -f "$CUR_DIR/tools/nv.sh" ]; then
# cp "$CUR_DIR/tools/nv.sh" /usr/bin/nv
# chmod +x /usr/bin/nv
# fi
}

centminfinish() {
Expand Down

0 comments on commit 3893eea

Please sign in to comment.