xurls added

This commit is contained in:
Luke Smith
2019-02-02 07:01:13 -05:00
parent 8733324963
commit ced60ba260
2 changed files with 2 additions and 1 deletions

View File

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