From 02e0c21f06d67625a35019b6ae94d3877e8ca454 Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Mon, 4 May 2026 11:32:05 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20symlink=20target=20passepartout.sh=20?= =?UTF-8?q?=E2=86=92=20passepartout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- passepartout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passepartout b/passepartout index d8d9636..b5cf5df 100755 --- a/passepartout +++ b/passepartout @@ -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