Fix secong typo in the install custom scripts chroot script.
This commit is contained in:
parent
ff0774e6c0
commit
84670c22ef
|
|
@ -472,7 +472,7 @@ install-custscripts() {
|
|||
#!/bin/sh
|
||||
cd /var/tmp/automate
|
||||
for script in ${custom_scripts}; do
|
||||
touch \${$script}.log
|
||||
touch \${script}.log
|
||||
bash \$script
|
||||
done
|
||||
apt-get --yes --force-yes -f install
|
||||
|
|
|
|||
Loading…
Reference in New Issue