Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix E <felix@eckhofer.com>2022-08-09 20:16:45 +0300
committerGitHub <noreply@github.com>2022-08-09 20:16:45 +0300
commit3053a1c5e43cd45a57e55121bdba0dd953e7736e (patch)
treec58d7a79b4f1599889d2ee023e9e606b7fbac358
parentfd4c57b176d78ba59afb324c1b9dc7b1bca55a1f (diff)
Add public_html to list of updated directories (#8646)
-rwxr-xr-xbin/installto.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/installto.sh b/bin/installto.sh
index 7805bc390..0cb8f09d6 100755
--- a/bin/installto.sh
+++ b/bin/installto.sh
@@ -58,7 +58,7 @@ if (strtolower($input) == 'y') {
echo "Copying files to target location...";
$adds = [];
- $dirs = ['bin','SQL','plugins','skins','program'];
+ $dirs = ['bin','SQL','plugins','skins','program','public_html'];
if (is_dir(INSTALL_PATH . 'vendor') && !is_file("$target_dir/composer.json")) {
$dirs[] = 'vendor';