tazpanel diff tazpanel @ rev 638

boot.iso: allow /dev/cdrom
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 05 15:14:01 2022 +0000 (2022-01-05)
parents 6e5673c7fa08
children
line diff
     1.1 --- a/tazpanel	Mon May 23 16:31:22 2016 +0300
     1.2 +++ b/tazpanel	Wed Jan 05 15:14:01 2022 +0000
     1.3 @@ -12,7 +12,7 @@
     1.4  
     1.5  CONFIG="/etc/slitaz/tazpanel.conf"
     1.6  [ -f "$CONFIG" ] && . $CONFIG
     1.7 -[ -f "data/tazpanel.conf" ] && . data/tazpanel.conf
     1.8 +[ -f "data/tazpanel.conf" ] && . ./data/tazpanel.conf
     1.9  [ ! "$PANEL" ] && echo "No config file found: $CONFIG" && exit 1
    1.10  
    1.11  . /lib/libtaz.sh