diff options
-rwxr-xr-x | etc/functions/off | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/functions/off b/etc/functions/off index c57d3a2..9af768a 100755 --- a/etc/functions/off +++ b/etc/functions/off @@ -48,7 +48,7 @@ if pgrep -x amarokapp &> /dev/null; then execute dcop amarok MainApplication-Interface quit fi -execute uinit stop-all +execute uinit -o text stop-all for line in $(cat /etc/fstab); { if [[ $line == *[12] ]] { filesystems+=${${(s: :)line}[1]} |