don't move to tmp
This commit is contained in:
		
							parent
							
								
									096c8b6e85
								
							
						
					
					
						commit
						8bcacb670a
					
				| 
						 | 
				
			
			@ -184,7 +184,7 @@ bash files/prepare_php.sh "$MIN_PHP"
 | 
			
		|||
#--------------------------------------------------
 | 
			
		||||
 | 
			
		||||
echo -e "\n---- Creating the PgSQL DB & User  ----"
 | 
			
		||||
cd /tmp || return
 | 
			
		||||
#cd /tmp || return
 | 
			
		||||
sudo -u postgres psql <<DB
 | 
			
		||||
CREATE DATABASE nextcloud_db;
 | 
			
		||||
CREATE USER ${NC_DB_USER} WITH ENCRYPTED PASSWORD '${NC_DB_PASSWD}';
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue