forked from bashclub/zamba-lxc-toolbox
		
	Update install-service.sh
Fixed a typo.
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							32036dfb2f
						
					
				
				
					commit
					0cac5584ef
				
			@@ -43,7 +43,7 @@ unzip open3a.zip
 | 
				
			|||||||
rm open3a.zip
 | 
					rm open3a.zip
 | 
				
			||||||
chmod 666 system/DBData/Installation.pfdb.php
 | 
					chmod 666 system/DBData/Installation.pfdb.php
 | 
				
			||||||
chmod -R 777 specifics/
 | 
					chmod -R 777 specifics/
 | 
				
			||||||
chmod -R 777 system/Backups
 | 
					chmod -R 777 system/Backup
 | 
				
			||||||
chown -R www-data:www-data /var/www/html
 | 
					chown -R www-data:www-data /var/www/html
 | 
				
			||||||
 | 
					
 | 
				
			||||||
echo "sudo -u www-data /usr/bin/php /var/www/html/plugins/Installation/backup.php; for backup in $(ls -r1 /var/www/html/system/Backup/*.gz | /bin/grep -v $(date +%Y%m%d)); do /bin/rm $backup;done" > /etc/cron.daily/open3a-backup
 | 
					echo "sudo -u www-data /usr/bin/php /var/www/html/plugins/Installation/backup.php; for backup in $(ls -r1 /var/www/html/system/Backup/*.gz | /bin/grep -v $(date +%Y%m%d)); do /bin/rm $backup;done" > /etc/cron.daily/open3a-backup
 | 
				
			||||||
@@ -52,4 +52,4 @@ chmod +x /etc/cron.daily/open3a-backup
 | 
				
			|||||||
systemctl enable --now php7.3-fpm
 | 
					systemctl enable --now php7.3-fpm
 | 
				
			||||||
systemctl restart nginx
 | 
					systemctl restart nginx
 | 
				
			||||||
 | 
					
 | 
				
			||||||
echo -e "Your open3a installation is now complete. Please continue with setup in your Browser:\nURL:\t\thttp://$LXC_IP\nLogin:\t\tAdmin\nPassword:\tAdmin\n\nMysql-Settings:\nServer:\t\tlocalhost\nUser:\t\topen3a\nPassword:\t$MYSQL_PASSWORD\nDatabase:\topen3a"
 | 
					echo -e "Your open3a installation is now complete. Please continue with setup in your Browser:\nURL:\t\thttp://$LXC_IP\nLogin:\t\tAdmin\nPassword:\tAdmin\n\nMysql-Settings:\nServer:\t\tlocalhost\nUser:\t\topen3a\nPassword:\t$MYSQL_PASSWORD\nDatabase:\topen3a"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user