Skip to content
Snippets Groups Projects
Commit 8c8bd1b1 authored by jean-michel's avatar jean-michel
Browse files

fix wrong path

parent c37b0bb7
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/bash
var=$(<${HOME}/.66/conf/boot-user-${USER}.conf)
var=$(<${HOME}/.66/conf/boot-user/boot-user-${USER}.conf)
for i in ${var[@]}; do
export ${i}
......
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