mirror of
https://github.com/unraid/webgui.git
synced 2026-03-12 05:49:01 -05:00
Multi-language support
This commit is contained in:
@@ -531,7 +531,7 @@ case 'virtio-win-iso-cancel':
|
||||
} elseif (empty($_REQUEST['download_path'])) {
|
||||
$arrResponse = ['error' => _('ISO storage path was empty')];
|
||||
} elseif (!is_dir($_REQUEST['download_path'])) {
|
||||
$arrResponse = ['error' => _("ISO storage path doesn't exist")_];
|
||||
$arrResponse = ['error' => _("ISO storage path doesn't exist")];
|
||||
} else {
|
||||
$strInstallScriptPgrep = '-f "VirtIOWin_'.$strKeyName.'_install.sh"';
|
||||
$pid = pgrep($strInstallScriptPgrep, false);
|
||||
|
||||
Reference in New Issue
Block a user