diff --git a/libexec/portzap/commands/portzap-setup b/libexec/portzap/commands/portzap-setup index 4ece63d..6437c17 100755 --- a/libexec/portzap/commands/portzap-setup +++ b/libexec/portzap/commands/portzap-setup @@ -14,8 +14,8 @@ libexec="${localbase}"/libexec/portzap ## # main if [ "$(id -u)" = "0" ]; then - "${libexec}"/setup/setup-user - "${libexec}"/setup/setup-doas + "${libexec}"/scripts/setup-user + "${libexec}"/scripts/setup-doas printok "setup complete" else printerr "you must be root" diff --git a/share/portzap/CHANGELOG b/share/portzap/CHANGELOG index 552f4c2..6782e6d 100644 --- a/share/portzap/CHANGELOG +++ b/share/portzap/CHANGELOG @@ -2,6 +2,10 @@ * vNEXT +**** Fix typo in ~commands/portzap-setup~ +This change fixes a typo that would throw an error when +running the ~portzap setup~ command + **** Replace chmod with -M switch This change replaces chmod with the -M switch. The -M switch is given to the ~pw useradd~ command in the ~setup-user~