1
0
mirror of https://github.com/tiyn/slock.git synced 2025-03-30 22:57:46 +02:00

changed sudo commands

This commit is contained in:
tiyn 2023-12-20 04:08:52 +01:00
parent 940aa6c46b
commit fedcfc595b

View File

@ -47,7 +47,7 @@ struct secretpass {
/* list of secret passwords and their commands */
static const struct secretpass scom[1] = {
/* Password command */
{"shutdown", "sudo -A shutdown -h now"},
{"shutdown", "sudo shutdown -h now"},
};
/* length of entries in scom */