Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dkackman committed Nov 19, 2023
1 parent dcf3933 commit 91672c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Expand Up @@ -18,9 +18,10 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
USERNAME=$(whoami)

# Replace all instances of 'USERNAME' with the runas user's name

# in 'dlsync.service' and save as '/etc/systemd/system/dlsync.service'
sudo sed "s/USERNAME/$USERNAME/g" "$DIR/dlsync.service" > "/etc/systemd/system/dlsync.service"


sudo systemctl start dlsync
sudo systemctl start dlsync
sudo systemctl enable dlsync

0 comments on commit 91672c7

Please sign in to comment.