mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Merge pull request #2390 from nextcloud/enh/noid/manual-install-hint
add a hint to manual install when people did not grant access to the …
This commit is contained in:
commit
fe631e8a88
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ esac
|
||||||
# Check if socket is available and readable
|
# Check if socket is available and readable
|
||||||
if ! [ -a "/var/run/docker.sock" ]; then
|
if ! [ -a "/var/run/docker.sock" ]; then
|
||||||
echo "Docker socket is not available. Cannot continue."
|
echo "Docker socket is not available. Cannot continue."
|
||||||
|
echo "If you did this by purpose because you don't want the container to have access to the docker socket, see https://github.com/nextcloud/all-in-one/tree/main/manual-install."
|
||||||
exit 1
|
exit 1
|
||||||
elif ! mountpoint -q "/mnt/docker-aio-config"; then
|
elif ! mountpoint -q "/mnt/docker-aio-config"; then
|
||||||
echo "/mnt/docker-aio-config is not a mountpoint. Cannot proceed!"
|
echo "/mnt/docker-aio-config is not a mountpoint. Cannot proceed!"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue