mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-06 00:00:01 -04:00
Tidy indents
This commit is contained in:
+5
-5
@@ -149,14 +149,14 @@ process_custom_services_legacy() {
|
|||||||
|
|
||||||
#Create our noisy chown alias to handle read-only/remote volumes
|
#Create our noisy chown alias to handle read-only/remote volumes
|
||||||
create_lsiown_alias() {
|
create_lsiown_alias() {
|
||||||
cat <<- EOF > /usr/bin/lsiown
|
cat <<- EOF > /usr/bin/lsiown
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
chown "\$@" || printf '**** Permissions could not be set. This is probably because your volume mounts are remote or read-only. ****\n**** The app may not work properly and we will not provide support for it. ****\n'
|
chown "\$@" || printf '**** Permissions could not be set. This is probably because your volume mounts are remote or read-only. ****\n**** The app may not work properly and we will not provide support for it. ****\n'
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
chmod +x /usr/bin/lsiown
|
chmod +x /usr/bin/lsiown
|
||||||
}
|
}
|
||||||
|
|
||||||
# Check for curl
|
# Check for curl
|
||||||
|
|||||||
Reference in New Issue
Block a user