aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 500c864..6ec1b3c 100755
--- a/install.sh
+++ b/install.sh
@@ -23,7 +23,7 @@ function print_help {
function ln_configs {
if [[ $FORCE -eq 1 ]]; then
- rm -rI $2
+ rm -f $2
fi
ln $EXTRA_OPTS ${SCRIPT_DIR}/$1 $2
}