hedera-web/package/DEBIAN/postinst

7 lines
78 B
Plaintext
Raw Normal View History

#!/bin/bash
a2enconf hedera-web
service apache2 reload
service cron restart