diff -Nur --no-dereference smeserver-nextcloud-1.2.0.old/root/etc/e-smith/events/actions/nextcloud-conf smeserver-nextcloud-1.2.0/root/etc/e-smith/events/actions/nextcloud-conf --- smeserver-nextcloud-1.2.0.old/root/etc/e-smith/events/actions/nextcloud-conf 2022-05-18 23:26:33.766000000 -0400 +++ smeserver-nextcloud-1.2.0/root/etc/e-smith/events/actions/nextcloud-conf 2022-05-18 23:34:07.193000000 -0400 @@ -52,3 +52,10 @@ exit 0 fi fi + +#samba needed folder to put gencache.tdb +if [ ! -d /var/www/.cache/samba ]; then + mkdir -p /var/www/.cache/samba + chown www:shared /var/www/.cache/samba +fi +