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

13 lines
244 B
Plaintext
Raw Normal View History

#!/bin/bash
2017-12-11 12:28:42 +00:00
set -e
if [ -e /usr/share/apache2/apache2-maintscript-helper ]
then
. /usr/share/apache2/apache2-maintscript-helper
apache2_invoke disconf hedera-web.conf
fi
rm -rf /usr/share/hedera-web/node_modules
service cron restart