s/source_url/ports_url/g
This commit is contained in:
parent
f61f82d674
commit
bba078f652
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
||||||
|
|
||||||
##
|
##
|
||||||
# Configuration
|
# Configuration
|
||||||
source_url="https://git.hardenedbsd.org/hardenedbsd/ports.git"
|
ports_url="https://git.hardenedbsd.org/hardenedbsd/ports.git"
|
||||||
portzap_dir="/home/_portzap/ports"
|
|
||||||
ports_dir="/usr/ports/"
|
ports_dir="/usr/ports/"
|
||||||
|
portzap_dir="/home/_portzap/ports"
|
||||||
libexec_dir=$(realpath $(dirname $0)/../libexec/portzap/)
|
libexec_dir=$(realpath $(dirname $0)/../libexec/portzap/)
|
||||||
|
|
||||||
##
|
##
|
||||||
|
@ -73,7 +73,7 @@ clone() {
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
umask $clone_mask
|
umask $clone_mask
|
||||||
git clone --depth 1 $source_url $portzap_dir
|
git clone --depth 1 $ports_url $portzap_dir
|
||||||
else
|
else
|
||||||
echo "Permission denied."
|
echo "Permission denied."
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue