Skip to content

Commit

Permalink
Try to fix #13
Browse files Browse the repository at this point in the history
  • Loading branch information
reidsunderland authored Dec 14, 2023
1 parent a9026ef commit 38b2bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sr3_action_remove
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ for argu in "$@"; do
if [[ "$argu" == "remove" ]] ; then
continue
fi
if [[ "$argu" == "--dangerWillRobinson" ]] ; then
if [[ "$argu" == "--dangerWillRobinson"* ]] ; then
continue
fi
if [[ "$argu" == *".conf"* ]] ; then
Expand Down

0 comments on commit 38b2bb1

Please sign in to comment.