summaryrefslogtreecommitdiffstats
path: root/packages/base/src/files/etc/cron.d
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-03-07 16:57:29 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-07 16:57:29 +0000
commit72d313cdeb92ef291442b8189d52ac23a7cc8b71 (patch)
treee227b52a6450f4167f4f71219fa2931fb2774820 /packages/base/src/files/etc/cron.d
parentc90853392f06807467ae0a278fee378886370b71 (diff)
parent30cf6d7f7d77f1e83a84bfea8e991ca867c9a96c (diff)
Merge "Tweaking scripts to install for pdpd-cl image"
Diffstat (limited to 'packages/base/src/files/etc/cron.d')
-rwxr-xr-xpackages/base/src/files/etc/cron.d/monitor.cron6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/base/src/files/etc/cron.d/monitor.cron b/packages/base/src/files/etc/cron.d/monitor.cron
index 68cb310f..338c1d44 100755
--- a/packages/base/src/files/etc/cron.d/monitor.cron
+++ b/packages/base/src/files/etc/cron.d/monitor.cron
@@ -1,8 +1,8 @@
###
# ============LICENSE_START=======================================================
-# Base Package
+# ONAP
# ================================================================================
-# Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
+# Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -18,4 +18,4 @@
# ============LICENSE_END=========================================================
###
-* * * * * export POLICY_HOME=${{POLICY_HOME}}; ${{POLICY_HOME}}/bin/monitor >/dev/null 2>&1
+* * * * * bash -l -c '${POLICY_HOME}/bin/monitor >/dev/null 2>&1'