0
1
Fork 0
hedera-web-mindshore/debian/postinst

9 lines
132 B
Bash
Executable File

#!/bin/bash
a2enconf hedera-web
service apache2 reload
service cron restart
cd /usr/share/hedera-web && npm install --production