From dbe5603e4b157fef28841bb37a67a4eb42ec4ff5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 22 Mar 2021 23:27:54 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index a87f067..aa72600 100644 --- a/scripts/install +++ b/scripts/install @@ -279,7 +279,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 #=================================================