Skip to content

Commit

Permalink
Resolve error when desktop directory already exists
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 authored and tsnow03 committed May 18, 2023
1 parent 034c99c commit aae52b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export GH_SCOPED_CREDS_APP_URL="https://github.com/apps/cryocloud-github-access"
APPLICATIONS_DIR="${HOME}/.local/share/applications"
DESKTOP_DIR="${HOME}/Desktop"
mkdir -p "${APPLICATIONS_DIR}"
mkdir "${DESKTOP_DIR}"
mkdir -p "${DESKTOP_DIR}"
for desktop_file_path in ${REPO_DIR}/*.desktop; do
cp "${desktop_file_path}" "${APPLICATIONS_DIR}/."

Expand Down

0 comments on commit aae52b7

Please sign in to comment.