Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>
This commit is contained in:
Daniel Hansson 2023-03-12 19:23:03 +01:00 committed by GitHub
parent b1d24ff3b5
commit 6e4849aa41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ root_check
MOUNT_ID="$1"
if nextcloud_occ files_external:list | grep $MOUNT_ID
if nextcloud_occ files_external:list | grep "$MOUNT_ID"
then
# Start the iNotify for this external storage
countdown "iNotify starts in 120 seconds" "120" >> "$VMLOGS"/files_inotify.log