forked from CastroFidel/PortWINE
Fixed bug for portwine_missing_shortcut
This commit is contained in:
@ -6030,9 +6030,12 @@ portwine_missing_shortcut () {
|
||||
if [[ $? -eq "0" ]] ; then
|
||||
portwine_delete_shortcut
|
||||
fi
|
||||
if [[ -n "$TAB_MAIN_MENU" ]]
|
||||
then restart_pp
|
||||
else exit 0
|
||||
if [[ -n $AI_SKIP ]]
|
||||
then
|
||||
unset TAB_MAIN_MENU
|
||||
restart_pp
|
||||
else
|
||||
exit 0
|
||||
fi
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user