aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/firejail/main.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/firejail/main.c b/src/firejail/main.c
index 7db18181d..e02cf6215 100644
--- a/src/firejail/main.c
+++ b/src/firejail/main.c
@@ -1065,11 +1065,12 @@ int main(int argc, char **argv) {
1065 } 1065 }
1066 } 1066 }
1067 1067
1068 assert(cfg.command_name);
1069 if (arg_debug)
1070 printf("Command name #%s#\n", cfg.command_name);
1071
1068 // load the profile 1072 // load the profile
1069 if (!arg_noprofile) { 1073 if (!arg_noprofile) {
1070 assert(cfg.command_name);
1071 if (arg_debug)
1072 printf("Command name #%s#\n", cfg.command_name);
1073 if (!custom_profile) { 1074 if (!custom_profile) {
1074 // look for a profile in ~/.config/firejail directory 1075 // look for a profile in ~/.config/firejail directory
1075 char *usercfgdir; 1076 char *usercfgdir;