From 84670c22efc2e0bd081b8b4de2c69fcb7c6c872b Mon Sep 17 00:00:00 2001 From: Cyteen May Date: Mon, 16 Mar 2020 02:39:02 +0000 Subject: [PATCH] Fix secong typo in the install custom scripts chroot script. --- devuan-beowulf-live-e17.blend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devuan-beowulf-live-e17.blend b/devuan-beowulf-live-e17.blend index 29b0aec..f66147b 100644 --- a/devuan-beowulf-live-e17.blend +++ b/devuan-beowulf-live-e17.blend @@ -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