rootfs/home/andre/.bashrc aktualisiert
This commit is contained in:
@@ -155,6 +155,11 @@ cy-ssh() {
|
||||
echo "DEBUG: ${CMD[*]}" >&2
|
||||
|
||||
"${CMD[@]}"
|
||||
local exit_code=$?
|
||||
if [ $exit_code -ne 0 ]; then
|
||||
echo "SSH-Verbindung fehlgeschlagen (Exit-Code: $exit_code)"
|
||||
fi
|
||||
return $exit_code
|
||||
}
|
||||
|
||||
RDP() {
|
||||
|
||||
Reference in New Issue
Block a user