From ff0774e6c082c1f37cebd61755d92dcc689a40f4 Mon Sep 17 00:00:00 2001 From: Cyteen May Date: Sun, 15 Mar 2020 21:14:47 +0000 Subject: [PATCH] Fix 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 9b3838b..29b0aec 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:r}.log + touch \${$script}.log bash \$script done apt-get --yes --force-yes -f install