diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-27 16:53:32 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-27 16:53:32 (EDT) |
commit | 55882b95650e030b357618a70651fa85e8d5ffe4 (patch) | |
tree | 7d4aaf19092acaae45f89287a394780d3cb75315 /src/profile/proteanos.sh | |
parent | 1e5280406b5e9e55e3665e1fb84bf4fc6c515481 (diff) |
profile/proteanos: Change opkg.conf location
Diffstat (limited to 'src/profile/proteanos.sh')
-rw-r--r-- | src/profile/proteanos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile/proteanos.sh b/src/profile/proteanos.sh index 44a4323..5f1e598 100644 --- a/src/profile/proteanos.sh +++ b/src/profile/proteanos.sh @@ -136,7 +136,7 @@ prof_proteanos_opkg_state_dir() prof_proteanos_opkg_conf_file() { - printf '/etc/opkg/opkg.conf' + printf '/etc/opkg.conf' return 0 } |