mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 01:46:10 -04:00
updating stdout redirection
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
|
|
||||||
echo '**** Checking if slurpit_netbox is already installed ****'
|
echo '**** Checking if slurpit_netbox is already installed ****'
|
||||||
if ! pip list 2> /dev/null | grep -q "slurpit_netbox"; then
|
if ! pip list 2>&1 | grep -q "slurpit_netbox"; then
|
||||||
echo "**** Adding slurpit_netbox and their deps to package install lists ****"
|
echo "**** Adding slurpit_netbox and their deps to package install lists ****"
|
||||||
echo "\
|
echo "\
|
||||||
setuptools \
|
setuptools \
|
||||||
|
|||||||
Reference in New Issue
Block a user