mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-01 08:26:39 +02:00
Added empty parameter catch around line 90
This commit is contained in:
@@ -83,6 +83,9 @@ function waFindInstalled() {
|
||||
}
|
||||
|
||||
function waConfigureApp() {
|
||||
if [[ -z $1 ]]; then
|
||||
return 1
|
||||
fi
|
||||
if [ -z "$ICON" ]; then
|
||||
ICON=$SYS_PATH/apps/$1/icon.$2
|
||||
fi
|
||||
|
Reference in New Issue
Block a user