Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
Change directory for received taildrops.
  • Loading branch information
Stalloevan authored Apr 9, 2024
1 parent 7e55376 commit 1f6c66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ generate_taildrop_service() {

# Define directory for systemd unit files and Taildrop download directory
local systemd_dir="${HOME}/.config/systemd/user"
local taildrop_dir="${HOME}/Taildrops"
local taildrop_dir="${HOME}/Share"

# Ensure the required directories exist.
mkdir -p "${systemd_dir}" "${taildrop_dir}"
Expand Down

0 comments on commit 1f6c66e

Please sign in to comment.