diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/functions/off | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/functions/off b/etc/functions/off index adf666f..7f1f2fd 100644 --- a/etc/functions/off +++ b/etc/functions/off @@ -49,7 +49,7 @@ if pgrep -x amarokapp &> /dev/null; then execute dcop amarok MainApplication-Interface quit fi -execute uinit -o text stop-all +execute uinit stop -a while read filesystem garbage; do if [[ ${garbage} == *[12] ]] && fgrep -q ${filesystem} /etc/mtab; then |