mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/functions: cosmetic typos
This commit is contained in:
parent
7dce074e20
commit
52f179d7da
@ -517,7 +517,7 @@ enable_service () {
|
||||
}
|
||||
|
||||
check_path() {
|
||||
dashes="==========================="
|
||||
dashes="==========================="
|
||||
if [ "${PWD##/usr}" != "${PWD}" ]; then
|
||||
check_pathmessage="$check_pathmessage\n $dashes$dashes$dashes"
|
||||
check_pathmessage="$check_pathmessage\n ERROR: You try to build inside /usr"
|
||||
@ -531,7 +531,7 @@ dashes="==========================="
|
||||
}
|
||||
|
||||
check_config() {
|
||||
dashes="==========================="
|
||||
dashes="==========================="
|
||||
if [ ! -d $PROJECT_DIR/$PROJECT ]; then
|
||||
check_project="$check_project\n $dashes$dashes$dashes"
|
||||
check_project="$check_project\n ERROR: Project not found, use a valid project or create a new config"
|
||||
|
Loading…
x
Reference in New Issue
Block a user