aboutsummaryrefslogtreecommitdiff
path: root/net/linux-agsatellite
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-09-08 03:59:04 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-09-08 03:59:04 +0000
commit3c909464feb99fe939e8d09cc5d68f5ac3d1637f (patch)
treeba0cecbcebd04dbe4186edd2944c1b6f1ca7b772 /net/linux-agsatellite
parent541795bcd6afe1d1c4e25471e154fe4a8f573b27 (diff)
downloadports-3c909464feb99fe939e8d09cc5d68f5ac3d1637f.tar.gz
ports-3c909464feb99fe939e8d09cc5d68f5ac3d1637f.zip
Notes
Diffstat (limited to 'net/linux-agsatellite')
-rw-r--r--net/linux-agsatellite/files/wrapper.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/linux-agsatellite/files/wrapper.sh b/net/linux-agsatellite/files/wrapper.sh
index fb7fdbd6f492..e2daaee83078 100644
--- a/net/linux-agsatellite/files/wrapper.sh
+++ b/net/linux-agsatellite/files/wrapper.sh
@@ -19,8 +19,10 @@ then
fi
echo " ${*} " | grep " \-createdironly " ||
+{
cd ${HOME}/.agsatellite &&
echo Running Audio Galaxy Satellite under ${HOME}/.agsatellite &&
echo Create both account.txt and shares.txt files under ${HOME}/.agsatellite &&
exec ./${PROGRAM##*/} ${*} ||
echo PROBLEM. Cannot create directory ${HOME}/.agsatellite, make sure you have the proper permissions to create itnd try again
+}