This repository was archived by the owner on Mar 15, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ NEW_UID=$(id -u);
1313
1414if [ " $1 " == " NGINX" ]; then
1515 echo " Setting UID ($NEW_UID ) to \" www-data\" user in $1 container ..." ;
16- sedi " s/\$ {UID}/$NEW_UID /g" ${ROOT} /modules/nginx/docker-compose.yml;
16+ sedi " s/\$ {UID}/$NEW_UID /g" " ${ROOT} /modules/nginx/docker-compose.yml" ;
1717elif [ " $1 " == " PHP-FPM" ]; then
1818 echo " Setting UID ($NEW_UID ) to \" www-data\" user in $1 container ..." ;
19- sedi " s/\$ {UID}/$NEW_UID /g" ${ROOT} /modules/php-fpm/docker-compose.yml;
19+ sedi " s/\$ {UID}/$NEW_UID /g" " ${ROOT} /modules/php-fpm/docker-compose.yml" ;
2020else
2121 echo " Setting UID ($NEW_UID ) to \" www-data\" user in Docker Sync configuration file ..." ;
22- sedi " s/\$ {UID}/$NEW_UID /g" ${ROOT} /docker-sync.yml;
22+ sedi " s/\$ {UID}/$NEW_UID /g" " ${ROOT} /docker-sync.yml" ;
2323fi ;
2424
2525exit 0;
You can’t perform that action at this time.
0 commit comments