mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-06 06:52:44 -07:00
More bash script adjustments for linux
This commit is contained in:
@@ -102,10 +102,8 @@ update_git_repo() {
|
||||
|
||||
verify_path() {
|
||||
local path="$1"
|
||||
if [ -d "$path" ]; then
|
||||
return 0
|
||||
if [ ! -d "$path" ]; then
|
||||
mkdir -p "$path"
|
||||
echo "Created directory: $path"
|
||||
fi
|
||||
|
||||
mkdir -p "$path"
|
||||
return 1
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user