Skip to content
Snippets Groups Projects
Commit 53de283b authored by rds's avatar rds
Browse files

- we need to log to a user specific file

- added command to run message
parent 3401b2c8
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,8 @@ CONTEXT_FORMAT=context
cat <<EOF > $ZMAP_CONFIG || zmap_message_exit "Failed to write '$ZMAP_CONFIG'"
[ZMap]
show_mainwindow=true
[logging]
filename=$USER.zmap.log
EOF
# The config file the xremote_gui reads
......@@ -138,6 +139,8 @@ EOF
# Now run the xremote_gui command, which should look like
# xremote_gui --config-file ../../../scripts/xremote.ini --command-file ../../../scripts/xremote_gui.cmd
zmap_message_out "Running $PROGRAM_PATH/xremote_gui --config-file $CONFIG_FILE --command-file $COMMAND_FILE"
$PROGRAM_PATH/xremote_gui \
--config-file $CONFIG_FILE \
--command-file $COMMAND_FILE || zmap_message_exit "Failed runing xremote_gui"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment