mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-11 09:29:53 +00:00
Dont stop output when showing status
This commit is contained in:
parent
642deb8b84
commit
ab0082dfcc
@ -134,7 +134,7 @@ function updateRaScsiWebInterface() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function showRaScsiStatus() {
|
function showRaScsiStatus() {
|
||||||
sudo systemctl status rascsi
|
sudo systemctl status rascsi | tee
|
||||||
}
|
}
|
||||||
|
|
||||||
function createDrive600MB() {
|
function createDrive600MB() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user