Skip to content
Snippets Groups Projects
Commit fabc0db3 authored by Bob Mottram's avatar Bob Mottram
Browse files

Missing brace

parent 3b7e8462
No related branches found
No related tags found
No related merge requests found
......@@ -428,7 +428,7 @@ function install_etesync {
echo ' location /static {';
echo " alias /var/www/$ETESYNC_DOMAIN_NAME/htdocs;";
echo ' }';
echo '}'; >> "$etesync_nginx_site"
echo '}'; } >> "$etesync_nginx_site"
groupadd -r -g ${ETESYNC_PGID} etesync
useradd -d "$ETESYNC_PATH" -r -M -s /bin/sh -g $ETESYNC_PGID -u $ETESYNC_PUID etesync
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment