Skip to content

Commit

Permalink
ansible: fix _resha.sh (#3826)
Browse files Browse the repository at this point in the history
  • Loading branch information
flakey5 authored Jul 12, 2024
1 parent 5950ffa commit 68c8b16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible/www-standalone/tools/promote/_resha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ site=$1
dstdir=$2
version=$3

__dirname="$(CDPATH= cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
. ${__dirname}/settings

if [ "X${site}" == "X" ]; then
echo "site argument not provided"
exit 1
Expand Down

0 comments on commit 68c8b16

Please sign in to comment.