diff --git a/scripts/install b/scripts/install index 9399bc2..b8f2f3b 100644 --- a/scripts/install +++ b/scripts/install @@ -284,7 +284,7 @@ then #mod_line=$(grep -nA5 "index.createOpenPad" $final_path/src/templates/index.html | grep "" | cut -d '-' -f 1) ## In order to add a link to MyPads plugin. #sed -i "$mod_line s@div>@&\n\t

MyPads
@" $final_path/src/templates/index.html - sed -i '157i

MyPads
' $final_path/src/templates/index.html + sed -i '157i

MyPads
' $final_path/src/templates/index.html fi #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 8594965..91c6c14 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -444,7 +444,7 @@ then # mod_line=$(grep -nA5 "index.createOpenPad" $final_path/src/templates/index.html | grep "" | cut -d '-' -f 1) # # In order to add a link to mypads plugin. # sed -i "$mod_line s@div>@&\n\t

MyPads
@" $final_path/src/templates/index.html - sed -i '157i

MyPads
' $final_path/src/templates/index.html + sed -i '157i

MyPads
' $final_path/src/templates/index.html fi #=================================================