mirror of https://github.com/tteck/Proxmox.git
				
				
				
			fix: reference to remote branch
This commit is contained in:
		
							parent
							
								
									7c3d9f960b
								
							
						
					
					
						commit
						c2acbdacc4
					
				| 
						 | 
					@ -15,7 +15,7 @@ fs_cat() {
 | 
				
			||||||
            cat "$FILE_PATH";
 | 
					            cat "$FILE_PATH";
 | 
				
			||||||
        fi;
 | 
					        fi;
 | 
				
			||||||
    else if [ "$FS_SOURCE" == "remote" ]; then
 | 
					    else if [ "$FS_SOURCE" == "remote" ]; then
 | 
				
			||||||
        curl -s "https://raw.githubusercontent.com/tteck/Proxmox/${PHS_REMOTE_BRANCH}/$1";
 | 
					        curl -s "https://raw.githubusercontent.com/tteck/Proxmox/${FS_REMOTE_BRANCH}/$1";
 | 
				
			||||||
    fi;
 | 
					    fi;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    msg_error "Something went wrong while attempting to cat file: $1."
 | 
					    msg_error "Something went wrong while attempting to cat file: $1."
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue