Skip to content

Error on running setup.sh file in macOs #9

@coderx31

Description

@coderx31

I was trying to follow the course and noticed that setup.sh file script is not working for Mac-os
therefore I came up with this solution

#!/bin/bash
# mosOS
# export LC_CTYPE=C
# find . -type -exec sed -i '' "s/{dockerHubUsername}/$1/g" {} +

# linux
find . -type f -exec sed -i 's/{dockerHubUsername}/'$1'/g' {} +

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions