diff --git a/data/usr/lib/freedombox/setup.d/86_plinth b/data/usr/lib/freedombox/setup.d/86_plinth index 886a059c5..3d88355fa 100755 --- a/data/usr/lib/freedombox/setup.d/86_plinth +++ b/data/usr/lib/freedombox/setup.d/86_plinth @@ -34,12 +34,5 @@ a2ensite plinth-ssl.conf echo "Done configuring Apache for Plinth." -echo "Running Plinth setup..." - -# Run plinth setup to configure various necessary program -plinth --setup-no-install - # Ensure that DB and log file permissions are correct chown -R plinth: /var/lib/plinth /var/log/plinth - -echo "Done running Plinth setup."