fixed sed bug"

This commit is contained in:
2019-03-18 11:59:06 +01:00
parent 3eb1a34c19
commit b252c8c755
7 changed files with 13 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ done
echo "Configuring proftpd"
cp "$_assets"/proftpd.conf /etc/proftpd/conf.d/"$_server_name".conf
sed -ir "s/example/$_server_name/g" /etc/proftpd/conf.d/"$_server_name".conf
sed -i -r "s/example/$_server_name/g" /etc/proftpd/conf.d/"$_server_name".conf
ufw allow ftp