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

Remove images file

parent 2920cbbc
No related branches found
No related tags found
No related merge requests found
......@@ -301,7 +301,9 @@ cp -r ../webadmin/EN/help_*.html "$dest_dir"
if [ ! -d "$dest_dir/downloads" ]; then
mkdir "$dest_dir/downloads"
fi
cp "$lang/images.txt" "$dest_dir/downloads"
if [ -f "$dest_dir/downloads/images.txt" ]; then
rm "$dest_dir/downloads/images.txt"
fi
chown -R www-data:www-data "$dest_dir"
if [ ! "$rootdir" ]; then
......
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