mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	habitica: ensure config is available before build
This commit is contained in:
		@@ -29,9 +29,10 @@ msg_info "Setup ${APPLICATION}"
 | 
			
		||||
cd /opt/habitica
 | 
			
		||||
$STD npm i
 | 
			
		||||
$STD npm run postinstall
 | 
			
		||||
cp config.json.example config.json
 | 
			
		||||
$STD npm run client:build
 | 
			
		||||
$STD gulp build:prod
 | 
			
		||||
cp config.json.example config.json
 | 
			
		||||
 | 
			
		||||
msg_ok "Setup ${APPLICATION}"
 | 
			
		||||
 | 
			
		||||
msg_info "Creating Service"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user