From e6e220b0caec3c6d8bbf643d0d1f8e8dffb365de Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Tue, 28 Oct 2014 12:05:52 +0100 Subject: [PATCH] executeable bit on check_reload_status set --- etc/rc | 1 + usr/local/opnsense/check_reload_status.py | 0 usr/local/opnsense/execute_command.py | 0 3 files changed, 1 insertion(+) mode change 100644 => 100755 usr/local/opnsense/check_reload_status.py mode change 100644 => 100755 usr/local/opnsense/execute_command.py diff --git a/etc/rc b/etc/rc index c260b41eb..23315db8b 100755 --- a/etc/rc +++ b/etc/rc @@ -404,6 +404,7 @@ if [ -f /etc/rc.custom_boot_early ]; then fi export fcgipath=/var/run/php-fpm.socket +chmod u+rx /usr/local/opnsense/check_reload_status.py /usr/bin/nice -n20 /usr/local/opnsense/check_reload_status.py # let the PHP-based configuration subsystem set up the system now diff --git a/usr/local/opnsense/check_reload_status.py b/usr/local/opnsense/check_reload_status.py old mode 100644 new mode 100755 diff --git a/usr/local/opnsense/execute_command.py b/usr/local/opnsense/execute_command.py old mode 100644 new mode 100755