浏览代码

Bad substitution

Bob Mottram 7 年前
父节点
当前提交
4bb3fe5ac3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-app-postactiv

+ 1
- 1
src/freedombone-app-postactiv 查看文件

@@ -180,7 +180,7 @@ function install_interactive_postactiv {
180 180
 
181 181
         # remove any invalid characters
182 182
         if [ ${#POSTACTIV_TITLE} -gt 0 ]; then
183
-            new_title=${"$POSTACTIV_TITLE"//\'//}
183
+            new_title=${"$POSTACTIV_TITLE"//\'/}
184 184
             POSTACTIV_TITLE="$new_title"
185 185
         fi
186 186