mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
9 lines
178 B
Ruby
9 lines
178 B
Ruby
|
# $Id$
|
||
|
#
|
||
|
# Simply print a message that migrating is not supported on CommandShell sessions...
|
||
|
#
|
||
|
# -jduck
|
||
|
#
|
||
|
|
||
|
print_error("Error: Command shell sessions do not support migration")
|