1 2 3 4 5 6 7 8 9 10 11
post_install() { mkdir -p /opt/whoogle-search/app/static chown -R whoogle.whoogle /opt/whoogle-search/app/static echo "" echo "Enable the SystemD unit and visit localhost:5000 to start searching!" echo "" } post_upgrade() { chown -R whoogle.whoogle /opt/whoogle-search/app/static/ }