From 4bb3fe5ac393884af97eb8db32e29c10a90e0182 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 6 Mar 2018 16:07:16 +0000 Subject: [PATCH] Bad substitution --- src/freedombone-app-postactiv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-app-postactiv b/src/freedombone-app-postactiv index ea4497e7..17b0a57d 100755 --- a/src/freedombone-app-postactiv +++ b/src/freedombone-app-postactiv @@ -180,7 +180,7 @@ function install_interactive_postactiv { # remove any invalid characters if [ ${#POSTACTIV_TITLE} -gt 0 ]; then - new_title=${"$POSTACTIV_TITLE"//\'//} + new_title=${"$POSTACTIV_TITLE"//\'/} POSTACTIV_TITLE="$new_title" fi