Skip to content

Commit

Permalink
add temporary fix waiting for #1
Browse files Browse the repository at this point in the history
  • Loading branch information
oleole39 committed Dec 17, 2024
1 parent fe4ab30 commit 8df8027
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/config
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ ynh_abort_if_errors

get__background() {
current_color=$(grep 'id="backgroundColorPicker' "$install_dir/index.html" | grep -oP 'value="\K[^"]*') # e.g. #cccccc
echo $current_color
"\"echo $current_color\""
#echo $current_color # waiting for https://github.com/YunoHost-Apps/fontcompare_ynh/issues/1
}
get__font() {
current_color=$(grep 'id="fontColorPicker' "$install_dir/index.html" | grep -oP 'value="\K[^"]*') # e.g. #000000
echo $current_color
"\"echo $current_color\""
#echo $current_color # waiting for https://github.com/YunoHost-Apps/fontcompare_ynh/issues/1
}

#=================================================
Expand Down

0 comments on commit 8df8027

Please sign in to comment.