Skip to content

Commit

Permalink
Fixing case of FR_SRC_DATA
Browse files Browse the repository at this point in the history
  • Loading branch information
bfren committed Jan 25, 2024
1 parent 8068272 commit 99b568f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/etc/bf/init.d/31-fr-setup-data.nu
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bf env load
def main [] {
# get variables
let fr_data = bf env FR_DATA
let fr_src_data = bf env fr_src_data
let fr_src_data = bf env FR_SRC_DATA

# ensure /data is symlinked from source
if ($fr_src_data | bf fs is_not_symlink) {
Expand Down

0 comments on commit 99b568f

Please sign in to comment.