mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Removing "ede" prefix for config files
This commit is contained in:
@@ -120,7 +120,7 @@ void EvokeService::read_startup(void) {
|
||||
#else
|
||||
/* only system resource will be loaded; use ede-startup will be skipped */
|
||||
Resource c;
|
||||
int ret = c.load("ede/ede-startup");
|
||||
int ret = c.load("ede-startup");
|
||||
#endif
|
||||
if(!ret) {
|
||||
E_WARNING(E_STRLOC ": Unable to load EDE startup file\n");
|
||||
|
||||
Reference in New Issue
Block a user