Don't require the sysctl file to exist when deleting it

This commit is contained in:
Brandon Williams 2013-10-24 14:46:00 -05:00
parent 9eddaa8ffa
commit 1f4070dbf2
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ case "$1" in
echo "vm.max_map_count to 1048575 in the host." >&2
echo >&2
echo "Deleting the local sysctl.d/cassandra.conf." >&2
rm -v /etc/sysctl.d/cassandra.conf
rm -vf /etc/sysctl.d/cassandra.conf
fi
;;