Skip to content

Commit

Permalink
make sure pifba configs are owned by $user
Browse files Browse the repository at this point in the history
  • Loading branch information
joolswills committed Jul 17, 2015
1 parent b7319fd commit 5653fab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scriptmodules/emulators/pifba.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ function configure_pifba() {
cp "$config.template" "$configdir/fba/$config"
fi
ln -sf "$configdir/fba/$config"
chown $user:$user "$configdir/fba/$config"
done

addSystem 1 "$md_id" "neogeo" "$md_inst/fba2x %ROM%"
Expand Down

0 comments on commit 5653fab

Please sign in to comment.