From 465b0f703dc7d07404696502d59e1ad00d81fd45 Mon Sep 17 00:00:00 2001 From: Robert Martin-Legene <robert@nic.ar> Date: Tue, 11 Jun 2019 17:33:24 -0300 Subject: [PATCH] fix de path --- bin/bfaupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bfaupdate.sh b/bin/bfaupdate.sh index 06b5a17..2e97564 100755 --- a/bin/bfaupdate.sh +++ b/bin/bfaupdate.sh @@ -37,7 +37,7 @@ then # To keep things neat, make sure we pull as the user owning the # directory. runasownerof ${BFAHOME} git pull - exec ./`basename $0` wealreadypulled + exec $0 wealreadypulled else runasownerof / apt -y install libclass-accessor-perl runasownerof ${BFAHOME} npm rebuild -- GitLab