Skip to content
Snippets Groups Projects
Commit 9a36a2b5 authored by Bob Mottram's avatar Bob Mottram
Browse files

Copy not move

parent a0162466
No related branches found
No related tags found
No related merge requests found
......@@ -1249,7 +1249,7 @@ function install_web_admin_webmail_translations {
cd "$INSTALL_DIR" || return
tar -xzvf squirrelmail-translations.tar.gz
if [ -d "$INSTALL_DIR/squirrelmail.locales" ]; then
mv "$INSTALL_DIR/squirrelmail.locales"/* "/var/www/${local_hostname}/htdocs/mail/"
cp -r "$INSTALL_DIR/squirrelmail.locales"/* "/var/www/${local_hostname}/htdocs/mail/"
rm -rf "$INSTALL_DIR/squirrelmail.locales"
rm "$INSTALL_DIR/squirrelmail-translations.tar.gz"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment