aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/functions
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/init.d/functions')
-rwxr-xr-xrc.d/init.d/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions
index e1feaf7e..827a96a9 100755
--- a/rc.d/init.d/functions
+++ b/rc.d/init.d/functions
@@ -356,7 +356,7 @@ echo_warning() {
# Inform the graphical boot of our current state
update_boot_stage() {
- if [ "$BOOTUP" = "graphical" -a -x /usr/bin/rhgb-client ]; then
+ if [ "$GRAPHICAL" = "yes" -a -x /usr/bin/rhgb-client ]; then
/usr/bin/rhgb-client --update="$1"
fi
return 0