I DID NOT CONSENT

This commit is contained in:
Luke Smith 2019-01-08 19:26:13 -05:00
parent 49149fb66c
commit 9940d646d6
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -117,7 +117,7 @@ putgitrepo() { # Downlods a gitrepo $1 and places the files in $2 only overwriti
chown -R "$name":wheel "$dir"
sudo -u "$name" git clone --depth 1 "$1" "$dir/gitrepo" >/dev/null 2>&1 &&
sudo -u "$name" mkdir -p "$2" &&
sudo -u "$name" cp -rT "$dir"/gitrepo "$2"
sudo -u "$name" cp -rfT "$dir"/gitrepo "$2"
}
serviceinit() { for service in "$@"; do