mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-29 09:05:42 +00:00
FIX: fixed wrong source
This commit is contained in:
parent
90cf770298
commit
eb07db42e2
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
source functions/functions.sh
|
source /app/libexec/functions.sh
|
||||||
source /app/libexec/logger.sh
|
source /app/libexec/logger.sh
|
||||||
|
|
||||||
debug_dialog() {
|
debug_dialog() {
|
||||||
|
|
Loading…
Reference in a new issue