fixed assets path every where

This commit is contained in:
Bachir Soussi Chiadmi
2018-04-07 16:13:19 +02:00
parent 0be97f397c
commit 540d964935
6 changed files with 76 additions and 14 deletions

View File

@@ -21,6 +21,9 @@ apt-get --yes --force-yes install ufw
# ufw allow ssh # knockd will open the ssh port
ufw allow http
ufw allow https
# TODO ask for allowing ssh for some ip
ufw enable
ufw status verbose
echo "\033[92;1mufw installed and firwall configured\033[Om"