Skip to content
Snippets Groups Projects

Resolve "Admin-Berechtigung für Initialisation"

Merged Lemmer, Jan requested to merge 85-admin-berechtigung-fur-initialisation into development
5 files
+ 11
14
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 1
1
@@ -23,7 +23,7 @@ classdef config < handle
obj.configFileName, ' found.' newline,...
'Please enter the required information manually'];
disp(msg);
obj.configData = obj.wizard('initilise');
obj.configData = obj.wizard('initialise');
m = input('Do you want to save the config, Y/N [Y]:','s');
if ismember(m,{'Y','y'})
obj.writeConfig(fullfile(pwd));
Loading