mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
Fixing ref to old-wrappersDir
This commit is contained in:
parent
f8b8c353ff
commit
c01689f8da
@ -162,11 +162,11 @@ in
|
||||
|
||||
# Remove the old /var/setuid-wrappers path from the system...
|
||||
#
|
||||
# TDOO: this is only necessary for ugprades 16.09 => 17.x;
|
||||
# TODO: this is only necessary for ugprades 16.09 => 17.x;
|
||||
# this conditional removal block needs to be removed after
|
||||
# the release.
|
||||
if [ -d ${config.security.old-wrapperDir} ]; then
|
||||
rm -rf ${config.security.old-wrapperDir}
|
||||
if [ -d /var/setuid-wrappers ]; then
|
||||
rm -rf /var/setuid-wrappers
|
||||
fi
|
||||
|
||||
# Remove the old /run/setuid-wrappers-dir path from the
|
||||
|
Loading…
Reference in New Issue
Block a user