From dd32c7f202f4380950fbbb56ff68cc074a4b6a4e Mon Sep 17 00:00:00 2001 From: Simon L Date: Fri, 13 May 2022 20:24:43 +0200 Subject: [PATCH] fix inotify (#2317) Signed-off-by: szaimen --- apps/smbmount.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/smbmount.sh b/apps/smbmount.sh index 81fdcf20..2efa43a6 100644 --- a/apps/smbmount.sh +++ b/apps/smbmount.sh @@ -347,6 +347,9 @@ We please you to do the math yourself if the number is high enough for your setu yes no | pecl install inotify local INOTIFY_INSTALL=1 fi + # Get installed php version + check_php + # Enable Inotify if [ ! -f $PHP_MODS_DIR/inotify.ini ] then touch $PHP_MODS_DIR/inotify.ini