Skip to content

Commit

Permalink
update /usr/bin/nv setup
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Jun 22, 2015
1 parent 2991927 commit 05b8cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/centminfinish.inc
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ fi
/usr/bin/mytimes
cecho "--------------------------------------------------------" $boldyellow

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

0 comments on commit 05b8cd3

Please sign in to comment.