From 2491fe898b549a35be20f3134fb6b03278e39224 Mon Sep 17 00:00:00 2001 From: cassio Date: Tue, 4 Sep 2018 16:19:21 +0200 Subject: file moved --- tools/boca-submit-run-aux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/boca-submit-run-aux') diff --git a/tools/boca-submit-run-aux b/tools/boca-submit-run-aux index 9983750..0e9c720 100755 --- a/tools/boca-submit-run-aux +++ b/tools/boca-submit-run-aux @@ -38,8 +38,8 @@ if [ "$?" == "0" ]; then exit 3 else oknet=9 - if [ -f /usr/bin/boca-checkinternet ]; then - /usr/bin/boca-checkinternet + if [ -f /usr/sbin/boca-checkinternet ]; then + /usr/sbin/boca-checkinternet oknet=$? else echo "system must be updated - missing script" -- cgit v1.2.3