forked from verdnatura/hedera-web
Lintian warnings solved
This commit is contained in:
parent
9a009cacc0
commit
421b37e202
|
@ -1,7 +1,7 @@
|
||||||
Source: hedera-web
|
Source: hedera-web
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Juan Ferrer Toribio <juan@verdnatura.es>
|
Maintainer: Juan Ferrer Toribio <juan@verdnatura.es>
|
||||||
Build-Depends: build-essential, debhelper, dh-apache2, nodejs
|
Build-Depends: build-essential, debhelper, nodejs
|
||||||
Standards-Version: 3.9.3
|
Standards-Version: 3.9.3
|
||||||
Section: misc
|
Section: misc
|
||||||
Homepage: http://www.verdnatura.es
|
Homepage: http://www.verdnatura.es
|
||||||
|
|
|
@ -10,7 +10,6 @@ then
|
||||||
apache2_invoke enconf hedera-web.conf
|
apache2_invoke enconf hedera-web.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
service apache2 reload
|
|
||||||
service php5-fpm restart
|
service php5-fpm restart
|
||||||
service cron restart
|
service cron restart
|
||||||
|
|
||||||
|
|
|
@ -9,5 +9,4 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -rf /usr/share/hedera-web/node_modules
|
rm -rf /usr/share/hedera-web/node_modules
|
||||||
service apache2 reload
|
|
||||||
service cron restart
|
service cron restart
|
||||||
|
|
Loading…
Reference in New Issue