mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-26 07:55:37 +00:00
Fixed prepare script
This commit is contained in:
parent
671623dd4f
commit
78e6b23e6e
|
@ -30,9 +30,6 @@ prepare_component() {
|
||||||
else
|
else
|
||||||
create_dir "/var/config/retrodeck/godot_temp"
|
create_dir "/var/config/retrodeck/godot_temp"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
create_dir "/var/config/retrodeck/godot"
|
|
||||||
dir_prep "$rd_logs_folder" "$logs_folder"
|
dir_prep "$rd_logs_folder" "$logs_folder"
|
||||||
fi
|
fi
|
||||||
if [[ "$action" == "postmove" ]]; then # Update the paths of any folders that came with the retrodeck folder during a move
|
if [[ "$action" == "postmove" ]]; then # Update the paths of any folders that came with the retrodeck folder during a move
|
||||||
|
|
Loading…
Reference in a new issue