From 54d074613fede481758049c445c502acfe0ebe6a Mon Sep 17 00:00:00 2001 From: thomascube Date: Sat, 3 Mar 2012 18:36:42 +0000 Subject: Copy all skins in installto script (#1488376) --- bin/installto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/installto.sh b/bin/installto.sh index f3ab2ad6b..eb43b99d4 100755 --- a/bin/installto.sh +++ b/bin/installto.sh @@ -47,7 +47,7 @@ $input = trim(fgets(STDIN)); if (strtolower($input) == 'y') { $err = false; echo "Copying files to target location..."; - foreach (array('program','installer','bin','SQL','plugins','skins/default') as $dir) { + foreach (array('program','installer','bin','SQL','plugins','skins') as $dir) { if (!system("rsync -avC " . INSTALL_PATH . "$dir/* $target_dir/$dir/")) { $err = true; break; -- cgit v1.2.3