Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

init() bug - first found server path is empty #13

Closed
Jonek01 opened this issue Jun 3, 2012 · 0 comments
Closed

init() bug - first found server path is empty #13

Jonek01 opened this issue Jun 3, 2012 · 0 comments
Labels

Comments

@Jonek01
Copy link

Jonek01 commented Jun 3, 2012

The server_path[0] is empty because the init script uses the local variable server_path.

Changing the 2 lines with the local var to server_path1 solves the issue:
while IFS= read -r -d $'\0' server_path1; do
local name=$(basename $server_path1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants