mirror of https://github.com/apache/cloudstack.git
Avoid confusion and make sure the file is put in only one location
This commit is contained in:
parent
01acd3d8ec
commit
76d0669656
|
|
@ -1497,8 +1497,7 @@ done
|
|||
echo -e "\n\t}\n}" >> ${CHEF_TMP_FILE}
|
||||
if [ "$TYPE" != "unknown" ]
|
||||
then
|
||||
cp ${CHEF_TMP_FILE} /var/cache/cloud/cmd_line.json
|
||||
mv ${CHEF_TMP_FILE} /etc/cloudstack/cmd_line.json
|
||||
mv ${CHEF_TMP_FILE} /var/cache/cloud/cmd_line.json
|
||||
fi
|
||||
|
||||
[ $ETH0_IP ] && LOCAL_ADDRS=$ETH0_IP
|
||||
|
|
|
|||
Loading…
Reference in New Issue