move /usr/lib/config to /usr/lib/hak5/shark

pull/3/head
Rick Farina (Zero_Chaos) 2019-12-12 12:33:37 -05:00
parent 9febcdee41
commit 3f7825b03a
No known key found for this signature in database
GPG Key ID: A29433C0AA431DDC
3 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ function execute_payload() {
}
function configure_network() {
cp /usr/lib/config/${SWITCH_POSITION}/network /etc/config/network
cp /usr/lib/hak5/shark/config/${SWITCH_POSITION}/network /etc/config/network
/etc/init.d/network restart
}