trying to fix infinite loop of do_actions.sh by removing INCROND file
This commit is contained in:
		
							parent
							
								
									4ea198a6fb
								
							
						
					
					
						commit
						0f456d247b
					
				| 
						 | 
				
			
			@ -11,4 +11,5 @@ if [ -e "$INOTIFY_DO_ACTION" ] ; then
 | 
			
		|||
         $LOGGER -t ALTERNC do_actions
 | 
			
		||||
    fi
 | 
			
		||||
    /usr/lib/alternc/do_actions.php
 | 
			
		||||
    rm "$INOTIFY_DO_ACTION"
 | 
			
		||||
fi
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,7 +8,8 @@ LOGGER="/usr/bin/logger"
 | 
			
		|||
 | 
			
		||||
if [ -e "$INOTIFY_UPDATE_DOMAIN" ] ; then
 | 
			
		||||
    if [ -x "$LOGGER" ] ; then
 | 
			
		||||
         $LOGGER -t ALTERNC Panel manual launch update_domain
 | 
			
		||||
         $LOGGER -t "ALTERNC Panel manual launch update_domain"
 | 
			
		||||
    fi
 | 
			
		||||
    /usr/lib/alternc/update_domains.sh
 | 
			
		||||
    rm "$INOTIFY_UPDATE_DOMAIN"
 | 
			
		||||
fi
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue