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

Relative directory

parent 79b1cd10
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ if [ ! -d $dest_dir/images ]; then ...@@ -18,7 +18,7 @@ if [ ! -d $dest_dir/images ]; then
mkdir $dest_dir/images mkdir $dest_dir/images
fi fi
cp -r website/$lang/* $dest_dir cp -r $lang/* $dest_dir
cp *.css $dest_dir cp *.css $dest_dir
cp -r ../img/* $dest_dir/images cp -r ../img/* $dest_dir/images
chown -R www-data:www-data $dest_dir chown -R www-data:www-data $dest_dir
......
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