summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xipa-client/ipa-install/ipa-client-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-client/ipa-install/ipa-client-install b/ipa-client/ipa-install/ipa-client-install
index f5c1efe06..7d405a8d7 100755
--- a/ipa-client/ipa-install/ipa-client-install
+++ b/ipa-client/ipa-install/ipa-client-install
@@ -409,7 +409,7 @@ def uninstall(options, env, quiet=False):
if not options.on_master:
if user_input("Do you want to reboot the machine?", False):
try:
- run(["/usr/bin/reboot"])
+ run(["/sbin/reboot"])
except Exception, e:
emit_quiet(quiet, "Reboot command failed to exceute. " + str(e))
return CLIENT_UNINSTALL_ERROR