home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 115
/
Clickx 115.iso
/
software
/
tools
/
windows
/
tails-i386-0.16.iso
/
live
/
filesystem.squashfs
/
usr
/
local
/
bin
/
vidalia-wrapper
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2012-10-24
|
271 b
|
16 lines
#! /bin/sh
ARGS=
if grep -qw bridge /proc/cmdline; then
ARGS='-bridgeconf'
fi
# Get LIVE_USERNAME
. /etc/live/config.d/username.conf
until pgrep -u "${LIVE_USERNAME}" nm-applet >/dev/null ; do
sleep 5
done
lckdo /var/lock/vidalia.amnesia /usr/bin/vidalia $ARGS