aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcassio <cassiopc@gmail.com>2018-09-04 14:19:21 +0000
committercassio <cassiopc@gmail.com>2018-09-04 14:19:21 +0000
commit2491fe898b549a35be20f3134fb6b03278e39224 (patch)
tree4b007fbfc54c280b36e61e0da5f5013a72d19c14
parent089ae668965e0fb6e5350dd9e82404582f0d4831 (diff)
downloadboca-2491fe898b549a35be20f3134fb6b03278e39224.tar.gz
boca-2491fe898b549a35be20f3134fb6b03278e39224.zip
file moved
-rwxr-xr-xtools/boca-submit-run-aux4
1 files changed, 2 insertions, 2 deletions
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"