aboutsummaryrefslogtreecommitdiffstats
path: root/bin/switch_wfs_os
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-01-11 15:37:29 +0100
committerDavid Runge <dave@sleepmap.de>2016-01-11 15:37:29 +0100
commitaa0c3d80e264992188f7edec8c9a386a7f613f53 (patch)
tree94447d1fb9e8dae7a546ce68d95bc8e0f4692289 /bin/switch_wfs_os
parenteb84f61d882ab5dfa2a4d8d899d1b47867e8c6a5 (diff)
downloaddotfiles-aa0c3d80e264992188f7edec8c9a386a7f613f53.tar.gz
dotfiles-aa0c3d80e264992188f7edec8c9a386a7f613f53.tar.bz2
dotfiles-aa0c3d80e264992188f7edec8c9a386a7f613f53.tar.xz
dotfiles-aa0c3d80e264992188f7edec8c9a386a7f613f53.zip
bin/switch_wfs_os: Adding correct path for script.
Diffstat (limited to 'bin/switch_wfs_os')
-rwxr-xr-xbin/switch_wfs_os2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/switch_wfs_os b/bin/switch_wfs_os
index 3be00df..43fc789 100755
--- a/bin/switch_wfs_os
+++ b/bin/switch_wfs_os
@@ -13,7 +13,7 @@ syslinux_location_ubuntu="/mnt/boot/syslinux/syslinux.cfg"
syslinux_location=""
reboot_cmd_arch="sudo systemctl reboot"
-reboot_cmd_ubuntu="/usr/bin/sudo /sboot/reboot -q"
+reboot_cmd_ubuntu="/usr/bin/sudo /sbin/reboot -q"
reboot_cmd=""
hostnames_arch=( "wfs-master" "wfs-node1" "wfs-node2" )