diff options
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/centos.json')
-rw-r--r-- | VNFs/DPPD-PROX/helper-scripts/rapid/centos.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/centos.json b/VNFs/DPPD-PROX/helper-scripts/rapid/centos.json index 92617b86..964de93e 100644 --- a/VNFs/DPPD-PROX/helper-scripts/rapid/centos.json +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/centos.json @@ -19,28 +19,28 @@ { "type": "file", "source": "./check_prox_system_setup.sh", - "destination": "/home/centos/" + "destination": "~/" }, { "type": "file", "source": "./check-prox-system-setup.service", - "destination": "/home/centos/" + "destination": "~/" }, { "type": "file", "source": "./sharkproxlog.sh", - "destination": "/home/centos/" + "destination": "~/" }, { "type": "file", "source": "./deploycentostools.sh", - "destination": "/home/centos/" + "destination": "~/" }, { "type": "shell", "inline": [ - "chmod a+x /home/centos/deploycentostools.sh", - "/home/centos/deploycentostools.sh -u deploy" ] + "chmod a+x ~/deploycentostools.sh", + "~/deploycentostools.sh -u deploy" ] } ] } |