add some comments

This commit is contained in:
rnsrk 2021-09-28 21:37:22 +02:00
parent 6a669e6749
commit 3513a966e3
2 changed files with 5 additions and 2 deletions

View file

@ -716,7 +716,10 @@ while true; do
sudo make
sudo cp src/iipsrv.fcgi /usr/lib/iipimage-server/iipsrv.fcgi
cd ${DIR}
systemctl restart apache2 &> /dev/null
echo
echo -e "${GREEN}Sucessfully intalled IIPImage server."
echo -e "You reach him at http://localhost/iipsrv/iipsrv.fcgi${NC}"
break;;
[Nn]* )
echo