mirror of https://github.com/apache/cassandra
Don't require the sysctl file to exist when deleting it
This commit is contained in:
parent
9eddaa8ffa
commit
1f4070dbf2
|
|
@ -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
|
||||
;;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue