Change location of dnsmasq image
This commit is contained in:
parent
85cba9a3ff
commit
eb90e5d1bd
2 changed files with 4 additions and 2 deletions
|
@ -185,7 +185,9 @@ in
|
|||
in
|
||||
{
|
||||
text = ''
|
||||
ln -sf ${dnsmasqImage} /root/dnsmasq.tar
|
||||
rm -rf ${self.globals.imageDir}
|
||||
mkdir -p ${self.globals.imageDir}
|
||||
ln -sf ${dnsmasqImage} ${self.globals.imageDir}/dnsmasq.tar
|
||||
'';
|
||||
}
|
||||
);
|
||||
|
|
Reference in a new issue