summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlocalezcreate1
1 files changed, 1 insertions, 0 deletions
diff --git a/localezcreate b/localezcreate
index 3198541..857e28f 100755
--- a/localezcreate
+++ b/localezcreate
@@ -106,6 +106,7 @@ cat $sqldir/$sqlfile | mysql -uroot -p$dbrootpw $db
echo -n "Unpacking tarballs:"
su $uid -c "
mkdir $basedir
+ cd $basedir
for tarball in $tarballs; do
echo -n \" \$tarball\"
tar -xz -C $basedir -f $srcdir/\$tarball.tar.gz