mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-21 02:24:29 -04:00
Format shell scripts and set permissions
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
# shellcheck shell=bash
|
||||
|
||||
if [ ! -f /usr/sbin/cron ] && [ -f /usr/bin/apt ]; then
|
||||
echo "**** Adding cron to package install list ****"
|
||||
echo "cron" >> /mod-repo-packages-to-install.list
|
||||
echo "cron" >>/mod-repo-packages-to-install.list
|
||||
else
|
||||
echo "**** cron package already installed, skipping ****"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user