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