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

13 lines
246 B
Plaintext
Raw Permalink 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
2020-01-22 18:54:32 +00:00
#rm -rf /usr/share/hedera-web/node_modules
#service cron restart