diff --git a/scripts/upgrade b/scripts/upgrade index e1d564f..f4bb497 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -443,7 +443,7 @@ then # Find the /div just after the field to open a pad 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 "$mod_line s@div>@&\n\t

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