Skip to content

Commit

Permalink
afin de bien récupérer les variables d'environnement il faut bien pas…
Browse files Browse the repository at this point in the history
…ser l'option -l
  • Loading branch information
agallou committed Aug 31, 2024
1 parent 6e0414f commit 07ccc7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clevercloud/scripts/deduplicate_cron.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#! /bin/bash -l

if [[ "$INSTANCE_NUMBER" != "0" ]]; then
echo "Instance number is ${INSTANCE_NUMBER}. Stop here."
exit 0
Expand Down

0 comments on commit 07ccc7a

Please sign in to comment.