2016-10-25 14:09:53 +13:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
2016-10-30 07:51:39 +13:00
|
|
|
if [ ! -d public_html ]; then
|
2016-10-31 09:25:15 +13:00
|
|
|
ln -s mopidy_iris/static public_html
|
2016-10-25 14:09:53 +13:00
|
|
|
fi
|
|
|
|
|
|
2016-10-30 07:51:39 +13:00
|
|
|
cp src/index.html public_html/index.html
|
|
|
|
|
cp src/.htaccess public_html/.htaccess
|
|
|
|
|
cp -R src/fonts public_html/fonts
|