diff options
-rwxr-xr-x | startop/scripts/iorap/common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/startop/scripts/iorap/common b/startop/scripts/iorap/common index c10327ef09c1..cb2b618fdad1 100755 --- a/startop/scripts/iorap/common +++ b/startop/scripts/iorap/common @@ -15,7 +15,7 @@ # limitations under the License. DIR_IORAP_COMMON="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -APP_STARTUP_DIR="$DIR/../app_startup/" +APP_STARTUP_DIR="$DIR_IORAP_COMMON/../app_startup/" source "$APP_STARTUP_DIR/lib/common" IORAPD_DATA_PATH="/data/misc/iorapd" |