fix: symlink target passepartout.sh → passepartout

This commit is contained in:
2026-05-04 11:32:05 -04:00
parent 2e19db80ce
commit 02e0c21f06

View File

@@ -115,7 +115,7 @@ setup_system() {
# Move test files to tests/ directory
find "$PASSEPARTOUT_DATA_DIR/lisp" -name "*-tests.lisp" -exec mv {} "$PASSEPARTOUT_DATA_DIR/tests/" \; 2>/dev/null || true
ln -sf "$SCRIPT_DIR/passepartout.sh" "$PASSEPARTOUT_BIN_DIR/passepartout"
ln -sf "$SCRIPT_DIR/passepartout" "$PASSEPARTOUT_BIN_DIR/passepartout"
if [ "$WITH_FIREWALL" = true ]; then
case $(detect_distro) in