diff options
author | David Runge <dave@sleepmap.de> | 2016-01-11 15:41:33 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-01-11 15:41:33 +0100 |
commit | 8032aa6b0432eeedad52e0d6920778d41bafa41d (patch) | |
tree | ed67ccd7cac7e2875768904f712e60988ec1c170 | |
parent | aa0c3d80e264992188f7edec8c9a386a7f613f53 (diff) | |
download | dotfiles-8032aa6b0432eeedad52e0d6920778d41bafa41d.tar.gz dotfiles-8032aa6b0432eeedad52e0d6920778d41bafa41d.tar.bz2 dotfiles-8032aa6b0432eeedad52e0d6920778d41bafa41d.tar.xz dotfiles-8032aa6b0432eeedad52e0d6920778d41bafa41d.zip |
bin/switch_wfs_os: Executing with eval.
-rwxr-xr-x | bin/switch_wfs_os | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/switch_wfs_os b/bin/switch_wfs_os index 43fc789..a05c0e7 100755 --- a/bin/switch_wfs_os +++ b/bin/switch_wfs_os @@ -85,5 +85,5 @@ fi echo "Rebooting." -$reboot_cmd +eval $reboot_cmd |