|
13 | 13 | OWNERSHIP="www-data:www-data" #; |
14 | 14 |
|
15 | 15 | # If the version below does not match your downloaded version, please let us know. |
16 | | - VERSION="beta-A428-1" |
| 16 | + VERSION="beta-A428-2" |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
@@ -611,17 +611,17 @@ if [[ ( $2 == "-i" ) || ( $2 == "-install" ) || ( $2 == "-add" ) ]]; then VCMD=" |
611 | 611 | # Step 4: Apply conditional placeholders. |
612 | 612 | # Step 5: Switch escaped placeholders back to their original form, without the backslash. |
613 | 613 | 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" \ |
625 | 625 | \ |
626 | 626 | -e "s~{identifier}~$identifier~g" \ |
627 | 627 | -e "s~{name}~$name~g" \ |
|
0 commit comments