Show sudo
message again after installation
This commit is contained in:
parent
ea280cf335
commit
3f1ae4d347
1 changed files with 1 additions and 1 deletions
|
@ -37,6 +37,6 @@ runHook initializeProfile \
|
||||||
defaultProfileSetup;
|
defaultProfileSetup;
|
||||||
|
|
||||||
runHook postInstall \
|
runHook postInstall \
|
||||||
sudo rm "$customPortValhallaSudoConfigFile";
|
sudo rm "$customPortValhallaSudoConfigFile" /var/db/sudo/lectured/$UID;
|
||||||
|
|
||||||
popd > /dev/null;
|
popd > /dev/null;
|
||||||
|
|
Loading…
Reference in a new issue