diff --git a/root/etc/e-smith/events/actions/php-pool-dirs b/root/etc/e-smith/events/actions/php-pool-dirs index 93bd442..efc31d8 100644 --- a/root/etc/e-smith/events/actions/php-pool-dirs +++ b/root/etc/e-smith/events/actions/php-pool-dirs @@ -18,7 +18,7 @@ die "$pool not found in the account database\n" unless $acc; my $dyn = $acc->prop('DynamicContent') || 'disabled'; -if ($acc =~ m/^enabled|on|1|yes$/){ +if ($acc =~ m/^enabled|on|1|yes$/ && $event ne 'share-delete'){ make_path( qw( /var/log/php/$pool /var/lib/php/$pool/session /var/lib/php/$pool/wsdlcache