diff options
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/centos.json')
-rw-r--r-- | VNFs/DPPD-PROX/helper-scripts/rapid/centos.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/centos.json b/VNFs/DPPD-PROX/helper-scripts/rapid/centos.json index 066f0ea4..92617b86 100644 --- a/VNFs/DPPD-PROX/helper-scripts/rapid/centos.json +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/centos.json @@ -38,7 +38,9 @@ }, { "type": "shell", - "script": "deploycentostools.sh" + "inline": [ + "chmod a+x /home/centos/deploycentostools.sh", + "/home/centos/deploycentostools.sh -u deploy" ] } ] } |