diff --git a/scripts/install b/scripts/install index ca08bda..42537a9 100755 --- a/scripts/install +++ b/scripts/install @@ -106,6 +106,9 @@ cd $ori_path sudo mv $final_path/.profile $final_path/.profile.bak sudo service diaspora_ynh start +# install home page +sudo cp ../conf/_show.html.haml $final_path/app/views/home/_show.html.haml + # config nginx cat /etc/nginx/conf.d/$domain.conf | grep -q "diaspora_server" if [ $? != 0 ]