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

6 lines
99 B
Bash
Executable File

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