Commit 1c2eabd3 authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Use bash for bin/background_scripts

The bin/background_jobs_sk_cluster script use some
bashisms. In order to avoid issues with either GDK
or other systems, here we make use of bash as the
default interpreter.
parent 00dfe8a0
#!/bin/sh
#!/bin/bash
cd $(dirname $0)/..
......
#!/bin/sh
#!/bin/bash
cd $(dirname $0)/..
app_root=$(pwd)
......
#!/bin/sh
#!/bin/bash
cd $(dirname $0)/..
app_root=$(pwd)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment