diff --git a/seqs/friendica.sh b/seqs/friendica.sh index 082a9a5..b314645 100755 --- a/seqs/friendica.sh +++ b/seqs/friendica.sh @@ -145,6 +145,10 @@ step_22() { if [ -f "$tempBu/config/addon.config.php" ]; then exe cp -ar "$tempBu/config/addon.config.php" "$FR_LOC/config/" fi + # Custom landing page + if [ -f "$tempBu/home.html" ]; then + exe cp -ar "$tempBu/home".* "$FR_LOC/" + fi echo " [I] Don't forget to \"clean\" if everything is working as expected" }