diff options
Diffstat (limited to 'change_to_slave_mode.sh')
-rwxr-xr-x | change_to_slave_mode.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/change_to_slave_mode.sh b/change_to_slave_mode.sh new file mode 100755 index 0000000..32a70ee --- /dev/null +++ b/change_to_slave_mode.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +sed -i.orig -e 's/\"mode\": \"master\"/\"mode\": \"slave\"/' /var/local/lib/afm/applications/windowmanager-service-2017/0.1/etc/connection.json + + |