Skip to content

Commit

Permalink
Fix asterisk expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Jun 19, 2024
1 parent fd25bcd commit f03ba54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_dqmgui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ preliminary_checks() {
# Delete installation (config & sw, does not delete state)
if [ -d "${INSTALLATION_DIR:?}/${DMWM_GIT_TAG:?}" ]; then
echo "WARNING: $INSTALLATION_DIR/$DMWM_GIT_TAG exists, deleting contents"
rm -rf "${INSTALLATION_DIR:?}/${DMWM_GIT_TAG:?}/*"
rm -rf "${INSTALLATION_DIR:?}/${DMWM_GIT_TAG:?}/"*
fi

if [ -n "$DMWM_PRS" ]; then
Expand Down

0 comments on commit f03ba54

Please sign in to comment.