mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
fix shellcheck
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
24a39e15ab
commit
5ce5d8cf9c
3 changed files with 3 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Check if socket is available and readable
|
||||
if ! [ -a "/var/run/docker.sock" ]; then
|
||||
if ! [ -e "/var/run/docker.sock" ]; then
|
||||
echo "Docker socket is not available. Cannot continue."
|
||||
exit 1
|
||||
elif ! test -r /var/run/docker.sock; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue