Skip to content

Commit

Permalink
Merge pull request #2 from YunoHost-Apps/testing
Browse files Browse the repository at this point in the history
add temporary fix waiting for #1
  • Loading branch information
oleole39 authored Dec 17, 2024
2 parents fe4ab30 + 8df8027 commit a2fae6d
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 a2fae6d

Please sign in to comment.