Fix secong typo in the install custom scripts chroot script.

This commit is contained in:
Cyteen May 2020-03-16 02:39:02 +00:00
parent ff0774e6c0
commit 84670c22ef
1 changed files with 1 additions and 1 deletions

View File

@ -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