pandora-scripts: try to fix currentuser/home mess
[openpandora.oe.git] / recipes / pandora-system / pandora-scripts / op_battlow.sh
index de4e21a..d197b73 100644 (file)
@@ -1,6 +1,9 @@
 #!/bin/bash
-#usage op_shutdown.sh time in seconds
-xfceuser=$(ps u -C xfce4-session | tail -n1 | awk '{print $1}')
+# usage: op_shutdown.sh time in seconds
+
+. /usr/pandora/scripts/op_common.sh
+xfceuser=$(get_user)
+
 time=$1
 if [ x$time = "x" ]; then
        time=30