mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	$DIRECTORY variable is never set
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					#!/bin/sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ ! -d "$DIRECTORY" ]; then
 | 
					if [ ! -d "$GOGS_CUSTOM_CONF_PATH" ]; then
 | 
				
			||||||
    mkdir -p $GOGS_CUSTOM_CONF_PATH
 | 
					    mkdir -p $GOGS_CUSTOM_CONF_PATH
 | 
				
			||||||
 | 
					
 | 
				
			||||||
echo "
 | 
					echo "
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user