File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 11#  Cache directory - created in .scripts/install_docker.sh and .scripts/install_yq.sh
22/.cache 
33
4- #  Dialog configuration file - created by .scripts/menu.sh for dialog interface settings
5- /.dialogrc 
6- 
7- #  Dialog options file
8- /.dialogoptions 
9- 
104#  Temporary folder
115/.temp /
126
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ DIALOG=$(command -v dialog) || true
88declare  -Agx DC
99
1010declare  -rgx DIALOGRC_NAME=' .dialogrc' 
11- declare  -rgx DIALOGRC=" ${SCRIPTPATH } /${DIALOGRC_NAME} " 
12- declare  -rgx DIALOG_OPTIONS_FILE=" ${SCRIPTPATH } /.dialogoptions" 
11+ declare  -rgx DIALOGRC=" ${TEMP_FOLDER } /${DIALOGRC_NAME} " 
12+ declare  -rgx DIALOG_OPTIONS_FILE=" ${TEMP_FOLDER } /.dialogoptions" 
1313
1414declare  -rigx DIALOGTIMEOUT=3
1515declare  -rigx DIALOG_OK=0
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments