mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
PREPARE_COMPONENT: comments
This commit is contained in:
parent
78483667e9
commit
583f647efb
|
@ -82,9 +82,9 @@ prepare_component() {
|
|||
|
||||
if [[ "$component" =~ ^(steam-rom-manager|all)$ ]]; then
|
||||
component_found="true"
|
||||
log i "----------------------"
|
||||
log i "-----------------------------"
|
||||
log i "Prepearing Steam ROM Manager"
|
||||
log i "----------------------"
|
||||
log i "-----------------------------"
|
||||
|
||||
local srm_userdata="/var/config/steam-rom-manager/userData"
|
||||
create_dir -d "/var/config/steam-rom-manager"
|
||||
|
|
Loading…
Reference in a new issue