From bba078f652f20c429afe46eacae174045fb6dff5 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Tue, 24 Jan 2023 00:12:08 -0300 Subject: [PATCH] s/source_url/ports_url/g --- bin/portzap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/portzap b/bin/portzap index e6dc211..b6d17f1 100755 --- a/bin/portzap +++ b/bin/portzap @@ -4,9 +4,9 @@ ## # Configuration -source_url="https://git.hardenedbsd.org/hardenedbsd/ports.git" -portzap_dir="/home/_portzap/ports" +ports_url="https://git.hardenedbsd.org/hardenedbsd/ports.git" ports_dir="/usr/ports/" +portzap_dir="/home/_portzap/ports" libexec_dir=$(realpath $(dirname $0)/../libexec/portzap/) ## @@ -73,7 +73,7 @@ clone() { exit 1 fi umask $clone_mask - git clone --depth 1 $source_url $portzap_dir + git clone --depth 1 $ports_url $portzap_dir else echo "Permission denied." fi