mirror of
https://github.com/unraid/webgui.git
synced 2026-02-17 06:28:52 -06:00
Fixed missing $ in variable
This commit is contained in:
@@ -45,10 +45,10 @@ function getUserShell() {
|
||||
}
|
||||
} catch (Throwable $t) {
|
||||
syslog(LOG_ERR, 'Error determining user shell: ' . $t->getMessage());
|
||||
return defaultShell;
|
||||
return $defaultShell;
|
||||
}
|
||||
|
||||
return defaultShell;
|
||||
return $defaultShell;
|
||||
}
|
||||
|
||||
function wait($name,$cmd) {
|
||||
|
||||
Reference in New Issue
Block a user