hedera-web/debian/postrm

6 lines
99 B
Plaintext
Raw Normal View History

#!/bin/bash
rm -rf /usr/share/hedera-web/node_modules
service apache2 reload
service cron restart