I DID NOT CONSENT
This commit is contained in:
parent
49149fb66c
commit
9940d646d6
2
larbs.sh
2
larbs.sh
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user