Skip to content

Commit

Permalink
A donut for stik.name who spotted typo in sed statement
Browse files Browse the repository at this point in the history
  • Loading branch information
serghey-rodin committed Feb 17, 2014
1 parent bf5fdaf commit b785477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/v-rebuild-web-domains
Expand Up @@ -129,7 +129,7 @@ else
fi
else
conf="$HOMEDIR/$user/conf/web/s$PROXY_SYSTEM.conf"
sed -i "/.*\/$user\/.*$PROXY_SYSTEM.conf/d" $proxy_conf
sed -i "s/.*\/$user\/.*$PROXY_SYSTEM.conf/d" $proxy_conf
rm -f $HOMEDIR/$user/conf/web/s$PROXY_SYSTEM.conf
fi
fi
Expand Down

0 comments on commit b785477

Please sign in to comment.