Skip to content

Commit

Permalink
Remove correct dir
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Nov 30, 2023
1 parent 22b83c6 commit 93534bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy_dqmgui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ install_dmwm() {
mkdir -p $DMWM_TMP_DIR
tar -xzf "$SCRIPT_DIR/dmwm/dmwm.tar.gz" -C /tmp
# Move dqmgui-related scripts from DMWM to the config folder
rm -rf "$INSTALLATION_DIR/$DMWM_GIT_TAG/config/" # Cleanup dir if exists
mv "$DMWM_TMP_DIR/dqmgui" "$INSTALLATION_DIR/$DMWM_GIT_TAG/config/"
rm -rf "$INSTALLATION_DIR/$DMWM_GIT_TAG/config/dqmgui" # Cleanup dir if exists
mv "$DMWM_TMP_DIR/dqmgui" "$INSTALLATION_DIR/$DMWM_GIT_TAG/config/dqmgui"
rm -rf $DMWM_TMP_DIR
}

Expand Down

0 comments on commit 93534bb

Please sign in to comment.