Delete sudoers
config as root
This commit is contained in:
parent
8d37e46323
commit
b1565daf3f
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,6 @@ runHook initializeProfile \
|
||||||
. "$(pwd)/../../../scripts/Common/Config/UserProfile/install.sh";
|
. "$(pwd)/../../../scripts/Common/Config/UserProfile/install.sh";
|
||||||
|
|
||||||
runHook postInstall \
|
runHook postInstall \
|
||||||
rm "/etc/sudoers.d/PortValhalla";
|
sudo rm "/etc/sudoers.d/PortValhalla";
|
||||||
|
|
||||||
popd > /dev/null;
|
popd > /dev/null;
|
||||||
|
|
Loading…
Reference in a new issue