1 |
jpp |
1.1 |
diff -Nur --no-dereference smeserver-nextcloud-1.2.0.old/root/etc/e-smith/events/actions/nextcloud-occ-conf smeserver-nextcloud-1.2.0/root/etc/e-smith/events/actions/nextcloud-occ-conf |
2 |
|
|
--- smeserver-nextcloud-1.2.0.old/root/etc/e-smith/events/actions/nextcloud-occ-conf 2023-02-08 00:32:29.112000000 -0500 |
3 |
|
|
+++ smeserver-nextcloud-1.2.0/root/etc/e-smith/events/actions/nextcloud-occ-conf 2023-02-08 00:35:18.210000000 -0500 |
4 |
|
|
@@ -288,9 +288,6 @@ |
5 |
|
|
# we do this on every turn in case it was wrong |
6 |
|
|
chown $uid, $gid,"$idir/files/ibays"; |
7 |
|
|
chmod 0770, "$idir/files/ibays"; |
8 |
|
|
- # added --unscanned to avoid to hang on large quantity of file when discovering the newly created ibays folder |
9 |
|
|
- # if not enough could add --path $idir/files/ibays |
10 |
|
|
- OCC "files:scan $user --quiet --unscanned"; |
11 |
|
|
# we proceed next only if we want the user homes |
12 |
|
|
next unless ($status eq "enabled"); |
13 |
|
|
# get existing mount |