From af0a725e725ce5cec939bae95289bdddc9575c93 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Thu, 18 Jun 2026 22:43:32 +0200 Subject: [PATCH] test --- autodeploy/symlink.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autodeploy/symlink.sh b/autodeploy/symlink.sh index fcc490b..5b4db55 100755 --- a/autodeploy/symlink.sh +++ b/autodeploy/symlink.sh @@ -11,7 +11,7 @@ function symlink() { echo "Creating symlink ($arrow) ..." local current_target - current_target=$(readlink "$link") + current_target=$(readlink "$link" || true) # link is already correct if [ -L "$link" ] && [ "$current_target" == "$target" ]; then