forked from switnet/quick-jibri-installer
				
			Enable sharing on external folder
(cherry picked from commit 19ff6a7f4b)
			
			
This commit is contained in:
		
							parent
							
								
									10409f96ad
								
							
						
					
					
						commit
						08640c9ff1
					
				| 
						 | 
				
			
			@ -14,6 +14,7 @@
 | 
			
		|||
            "filesystem_check_changes": 1,
 | 
			
		||||
            "encoding_compatibility": false,
 | 
			
		||||
            "readonly": false
 | 
			
		||||
            "enable_sharing": true
 | 
			
		||||
        },
 | 
			
		||||
        "applicable_users": [],
 | 
			
		||||
        "applicable_groups": [
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -358,6 +358,7 @@ fi
 | 
			
		|||
 | 
			
		||||
echo "
 | 
			
		||||
  Latest version to be installed: $STABLEVERSION
 | 
			
		||||
  (This might take sometime, please be patient...)
 | 
			
		||||
"
 | 
			
		||||
curl -s $NC_REPO/$STABLEVERSION.zip > /tmp/$STABLEVERSION.zip
 | 
			
		||||
unzip -q /tmp/$STABLEVERSION.zip
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue