mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 08:21:11 +00:00 
			
		
		
		
	Merge pull request #977 from albang/dev
$DIRECTORY variable is never set
This commit is contained in:
		
				commit
				
					
						aa670ce660
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
#!/bin/sh
 | 
			
		||||
 | 
			
		||||
if [ ! -d "$DIRECTORY" ]; then
 | 
			
		||||
if [ ! -d "$GOGS_CUSTOM_CONF_PATH" ]; then
 | 
			
		||||
    mkdir -p $GOGS_CUSTOM_CONF_PATH
 | 
			
		||||
 | 
			
		||||
echo "
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue