From d094c6ff8c669099ae58d53b9187428323486216 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Tue, 4 Feb 2020 09:59:45 +0100 Subject: [PATCH] Add /usr/sbin to the default path --- res/config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/config.ini b/res/config.ini index 563287b..d20b8e7 100644 --- a/res/config.ini +++ b/res/config.ini @@ -58,7 +58,7 @@ #min_refresh_delta = 5 # default path -#path = /sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/bin +#path = /sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin # command executed when pressing F2 #restart_cmd = /sbin/shutdown -r now