Skip to content

Commit

Permalink
Adding additional debug echo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared-Bloomer committed Aug 26, 2024
1 parent 4bc6eaf commit 6daaba0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/with-contenv bash

echo '**** Checking if slurpit_netbox is already installed ****'
if ! pip list 2> /dev/null | grep -q "slurpit_netbox"; then
echo "**** Adding slurpit_netbox and their deps to package install lists ****"
echo "\
Expand Down

0 comments on commit 6daaba0

Please sign in to comment.