diff options
| author | cassio <cassiopc@gmail.com> | 2018-09-04 14:19:21 +0000 |
|---|---|---|
| committer | cassio <cassiopc@gmail.com> | 2018-09-04 14:19:21 +0000 |
| commit | 2491fe898b549a35be20f3134fb6b03278e39224 (patch) | |
| tree | 4b007fbfc54c280b36e61e0da5f5013a72d19c14 /tools | |
| parent | 089ae668965e0fb6e5350dd9e82404582f0d4831 (diff) | |
| download | boca-2491fe898b549a35be20f3134fb6b03278e39224.tar.gz boca-2491fe898b549a35be20f3134fb6b03278e39224.zip | |
file moved
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/boca-submit-run-aux | 4 |
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" |