Skip to content

Commit 17516cb

Browse files
committed
fix core: bump version and attempt to fix sed
1 parent 035d2d6 commit 17516cb

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

blueprint.sh

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
OWNERSHIP="www-data:www-data" #;
1414

1515
# If the version below does not match your downloaded version, please let us know.
16-
VERSION="beta-A428-1"
16+
VERSION="beta-A428-2"
1717

1818

1919

@@ -611,17 +611,17 @@ if [[ ( $2 == "-i" ) || ( $2 == "-install" ) || ( $2 == "-add" ) ]]; then VCMD="
611611
# Step 4: Apply conditional placeholders.
612612
# Step 5: Switch escaped placeholders back to their original form, without the backslash.
613613
sed -i \
614-
-e "s~\\{identifier~{!!!!identifier~g" \
615-
-e "s~\\{name~{!!!!name~g" \
616-
-e "s~\\{author~{!!!!author~g" \
617-
-e "s~\\{version~{!!!!version~g" \
618-
-e "s~\\{random~{!!!!random~g" \
619-
-e "s~\\{timestamp~{!!!!timestamp~g" \
620-
-e "s~\\{mode~{!!!!mode~g" \
621-
-e "s~\\{target~{!!!!target~g" \
622-
-e "s~\\{root~{!!!!root~g" \
623-
-e "s~\\{webroot~{!!!!webroot~g" \
624-
-e "s~\\{is_~{!!!!is_~g" \
614+
-e "s~\\\{identifier~{!!!!identifier~g" \
615+
-e "s~\\\{name~{!!!!name~g" \
616+
-e "s~\\\{author~{!!!!author~g" \
617+
-e "s~\\\{version~{!!!!version~g" \
618+
-e "s~\\\{random~{!!!!random~g" \
619+
-e "s~\\\{timestamp~{!!!!timestamp~g" \
620+
-e "s~\\\{mode~{!!!!mode~g" \
621+
-e "s~\\\{target~{!!!!target~g" \
622+
-e "s~\\\{root~{!!!!root~g" \
623+
-e "s~\\\{webroot~{!!!!webroot~g" \
624+
-e "s~\\\{is_~{!!!!is_~g" \
625625
\
626626
-e "s~{identifier}~$identifier~g" \
627627
-e "s~{name}~$name~g" \

0 commit comments

Comments
 (0)