diff options
author | David Kunz <david.kunz@open-infrastructure.net> | 2017-01-05 08:08:19 +0000 |
---|---|---|
committer | David Kunz <david.kunz@open-infrastructure.net> | 2017-01-05 08:08:19 +0000 |
commit | 7bfc1fbb318f48d2f4533659eea8d2c4c24e9a6f (patch) | |
tree | 514e3b2a178cd4b6c0413cc4b63d1288471e1817 | |
parent | Neutralization config-update. (diff) | |
download | compute-tools-7bfc1fbb318f48d2f4533659eea8d2c4c24e9a6f.tar.xz compute-tools-7bfc1fbb318f48d2f4533659eea8d2c4c24e9a6f.zip |
Neutralization config-update.
-rwxr-xr-x | lib/container/config-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/container/config-update b/lib/container/config-update index 482eab6..2679e6e 100755 --- a/lib/container/config-update +++ b/lib/container/config-update @@ -86,7 +86,7 @@ do clear echo "diff -Naurp ${CONFIG}/$(basename ${FILE} -new) ${FILE}" - diff -Naurp "${FILE}/$(basename ${FILE} -new)" "${FILE}" + diff -Naurp "${CONFIG}/$(basename ${FILE} -new)" "${FILE}" echo echo -n "Accept $(basename ${FILE}) [y|N] " |