mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
FRAMEWRORK: fixed functions location
This commit is contained in:
parent
5347488108
commit
a84b3705e7
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
source functions/functions.sh
|
||||
source /app/libexec/functions.sh
|
||||
|
||||
debug_dialog() {
|
||||
# This function is for displaying commands run by the Configurator without actually running them
|
||||
|
|
Loading…
Reference in a new issue