From a7e92c3e97611897822d62bc5dd33ad4be4a4158 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Thu, 26 Jul 2018 07:31:56 +0200 Subject: [PATCH] - complete path of chmod --- tools/install_video_driver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install_video_driver.sh b/tools/install_video_driver.sh index cb7149e..dd81382 100644 --- a/tools/install_video_driver.sh +++ b/tools/install_video_driver.sh @@ -23,4 +23,4 @@ echo "#!/bin/sh # patch for display manager service which do not start automatically systemctl start display-manager.service &" >/etc/rc.d/rc.local -chmod a+x /etc/rc.d/rc.local +/usr/bin/chmod a+x /etc/rc.d/rc.local