Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-06-26 17:52:10 +0300
committernachoparker <nacho@ownyourbits.com>2018-06-26 19:36:26 +0300
commit2c01a876c27f372168ffc9760582e58a73edbe3c (patch)
treed84ef766e670286759f8d724491e7aa10194bfba /update.sh
parent40f0cbc9b6800cf585bd0e17dd02799c669cef83 (diff)
nc-automount: fix udiskie not installed in latest imagev0.57.15
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 707cd44d..f8c63927 100755
--- a/update.sh
+++ b/update.sh
@@ -278,6 +278,9 @@ EOF
chmod +x /etc/cron.weekly/letsencrypt-ncp
}
+ # fix udiskie not correctly installed
+ type udiskie &> /dev/null || apt-get install -y --no-install-recommends udiskie inotify-tools
+
} # end - only live updates
exit 0