fixed wong shift of arguments for maintenance flag
This commit is contained in:
		@@ -31,7 +31,6 @@ WORKING_DIRECTORY=${PWD}
 | 
			
		||||
while test $# -gt 0; do
 | 
			
		||||
    case $1 in
 | 
			
		||||
        --maintenance | -m )
 | 
			
		||||
            shift
 | 
			
		||||
            MAINTENANCE="YES"
 | 
			
		||||
            ;;
 | 
			
		||||
        --file | --fil | --fi | --f | -file | -fil | -fi | -f )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user