mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Update nocodb.sh
revert test
This commit is contained in:
		
							
								
								
									
										16
									
								
								ct/nocodb.sh
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								ct/nocodb.sh
									
									
									
									
									
								
							@@ -59,21 +59,7 @@ cd /opt/nocodb
 | 
			
		||||
rm -rf nocodb
 | 
			
		||||
curl -s http://get.nocodb.com/linux-x64 -o nocodb -L
 | 
			
		||||
chmod +x nocodb
 | 
			
		||||
service_path="/etc/systemd/system/nocodb.service"
 | 
			
		||||
echo "[Unit]
 | 
			
		||||
Description=nocodb
 | 
			
		||||
 | 
			
		||||
[Service]
 | 
			
		||||
Type=simple
 | 
			
		||||
Restart=always
 | 
			
		||||
User=root
 | 
			
		||||
WorkingDirectory=/opt/nocodb
 | 
			
		||||
ExecStart=/opt/nocodb/./nocodb
 | 
			
		||||
 | 
			
		||||
[Install]
 | 
			
		||||
WantedBy=multi-user.target" >$service_path
 | 
			
		||||
systemctl -q daemon-reload
 | 
			
		||||
systemctl start -q nocodb.service
 | 
			
		||||
systemctl start nocodb.service
 | 
			
		||||
msg_ok "Updated Successfully"
 | 
			
		||||
exit
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user