mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
GLOBAL: deleted an unuseful line
This commit is contained in:
parent
189dcb2324
commit
8e1eb0b3cc
|
@ -128,7 +128,6 @@ fi
|
||||||
|
|
||||||
# If there is no config file I initalize the file with the the default values
|
# If there is no config file I initalize the file with the the default values
|
||||||
if [[ ! -f "$rd_conf" ]]; then
|
if [[ ! -f "$rd_conf" ]]; then
|
||||||
create_dir /var/config/retrodeck
|
|
||||||
create_dir /var/config/retrodeck/logs
|
create_dir /var/config/retrodeck/logs
|
||||||
log w "RetroDECK config file not found in $rd_conf"
|
log w "RetroDECK config file not found in $rd_conf"
|
||||||
log i "Initializing"
|
log i "Initializing"
|
||||||
|
|
Loading…
Reference in a new issue