Page 1 of 1

default install script will run but not custom config: solved

Posted: Sat Aug 25, 2018 3:53 pm
by hotpiez
the default script vst-install.sh will install but not when I use
bash vst-install.sh --nginx yes --phpfpm yes --apache no --named yes --remi yes --vsftpd yes --proftpd no --iptables yes --fail2ban yes --quota no --exim yes --dovecot yes --spamassassin no --clamav no --softaculous no --mysql yes --postgresql no --hostname vps.myhostname.com --email [email protected] --password mypassword

when I run the custom script it returns bash: !97: event not found

UPDATE: if anyone has this problem it turns out bash was not accepting the ! in my password..so if you run into the same problem try using a different character than ! or put single quotes around the entire 'password' to make bash accept it.