Skip to content

Commit

Permalink
Bugfix: Remove 'shift' on --dry-run option. See #3
Browse files Browse the repository at this point in the history
  • Loading branch information
rioastamal committed Jan 8, 2024
1 parent 25226e6 commit 04d5be8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lightsail-miab-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,6 @@ while [ $# -gt 0 ]; do
;;
--dry-run)
LMIAB_DRY_RUN="yes"
shift
;;
--email)
LMIAB_ADMIN_EMAIL="$2"
Expand Down

0 comments on commit 04d5be8

Please sign in to comment.